mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Fix: goimports link
`goimports` moved to code.google.com/p/go.tools long time ago
This commit is contained in:
parent
5a7950bace
commit
45bbd8ed92
@ -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.
|
* [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.
|
* [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.
|
* [GoLint](https://github.com/golang/lint) - Golint is a linter for Go source code.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user