From c1f2d0602bdd02d53e9e9ff8e94fb5c308d7cd06 Mon Sep 17 00:00:00 2001 From: golangci <35628013+golangci@users.noreply.github.com> Date: Mon, 28 May 2018 14:54:03 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 78c72e94..1d5942ac 100644 --- a/README.md +++ b/README.md @@ -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)