remove golangci.com reference (golangci.com out of service) (#3364)

Signed-off-by: circa10a <caleblemoine@gmail.com>
This commit is contained in:
Caleb Lemoine 2020-11-18 12:39:14 -06:00 committed by GitHub
parent ba6843c2cf
commit 9b0f3c4cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2248,7 +2248,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [goast-viewer](https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer.
* [GoCover.io](http://gocover.io/) - GoCover.io offers the code coverage of any golang package as a service.
* [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically.
* [GolangCI](https://golangci.com/) - GolangCI is an automated Golang code review service for GitHub pull requests. Service is open source and it's free for open source projects.
* [golines](https://github.com/segmentio/golines) - Formatter that automatically shortens long lines in Go code.
* [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.