Add gostatus command line tool, shows the status of repositories that contain Go packages.

This commit is contained in:
Dmitri Shuralyov 2015-06-20 17:45:00 -07:00
parent c9e6894882
commit 64a24be9fc

View File

@ -827,6 +827,7 @@ Go software and plugins.
* [goimports](https://godoc.org/golang.org/x/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 online](http://go-lint.appspot.com/) - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package.
* [gostatus](https://github.com/shurcooL/gostatus) - A command line tool, shows the status of repositories that contain Go packages.
* [validate](https://github.com/mccoyst/validate) - Automatically validates struct fields with tags.