update goimports link
diff --git a/CodeTools.md b/CodeTools.md
index 35ccd24..7c5f517 100644
--- a/CodeTools.md
+++ b/CodeTools.md
@@ -14,7 +14,7 @@
 
   - [gofmt](https://golang.org/cmd/gofmt/) - Start with the standard Go code formatter
   - [golint](https://github.com/golang/lint) - Detects style mistakes in Go code
-  - [goimports](https://github.com/bradfitz/goimports) - Format code and fix your import statements
+  - [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) - Format code and fix your import statements
   - [revive](https://github.com/mgechev/revive) - Fast, configurable, extensible, flexible, and beautiful linter for Go
 
 ## Code generation, Templating and Generics