From 45bbd8ed92a4aac2e405e67949056fd35f8df8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Fri, 11 Jul 2014 15:43:45 +0200 Subject: [PATCH] Fix: goimports link `goimports` moved to code.google.com/p/go.tools long time ago --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b42ea8..d0e5126a 100644 --- a/README.md +++ b/README.md @@ -437,7 +437,7 @@ Go software and plugins. * [doc](http://godoc.org/code.google.com/p/rspace.cmd/doc) - Go documentation tool that produces an alternative doc format. * [goast-viewer](https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer. -* [goimports](https://github.com/bradfitz/goimports) - Tool to fix (add, remove) your Go imports automatically. +* [goimports](http://godoc.org/code.google.com/p/go.tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically. * [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code.