Update README.md

This commit is contained in:
golangci 2018-05-28 14:54:03 +03:00 committed by GitHub
parent fb3929085c
commit c1f2d0602b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,6 +392,8 @@ Vendoring `golangci-lint` saves a network request, potentially making your CI sy
# Thanks
Thanks to [alecthomas/gometalinter](https://github.com/alecthomas/gometalinter) for inspiration and amazing work.
Thanks to [bradleyfalzon/revgrep](https://github.com/bradleyfalzon/revgrep) for cool diff tool.
Thanks to developers and authors of used linters:
- [golang/vet](https://golang.org/cmd/vet/)
- [kisielk/errcheck](https://github.com/kisielk/errcheck)