From a67376677f2a53dd396a898f3058c582a2abd409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Mon, 21 Jul 2014 15:52:37 +0200 Subject: [PATCH] Add: online Golint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1d2b26..130d4a8 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,7 @@ Go software and plugins. * [GoCover.io](http://gocover.io/) - GoCover.io offers the code coverage of any golang package as a service. * [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 online](http://go-lint.appspot.com/) - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package. * [validate](https://github.com/mccoyst/validate) - Automatically validates struct fields with tags.