From 9cb1e539a62b203e9e1ac55fcad97219c9fecb1d Mon Sep 17 00:00:00 2001 From: Chris Le Roy Date: Tue, 31 Mar 2020 13:50:03 +0100 Subject: [PATCH] Adding Gocheckit to Misc linters Adding Gocheckit which is "A Go tool to help identify Deprecated Go Modules" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f585c1..ddc1f3a 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters * [go-critic](https://github.com/go-critic/go-critic) - source code linter that brings checks that are currently not implemented in other linters. * [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) - tarp finds functions and methods without direct unit tests in Go source code. * [go-mnd](https://github.com/tommy-muehle/go-mnd) - Magic number detector for Go. +* [gocheckit](https://github.com/brompwnie/gocheckit) - A Go tool to help identify Deprecated Go Modules. ## Linters Helper Tools * [golangci-lint](https://github.com/golangci/golangci-lint) - Linters Runner for Go. 5x faster than gometalinter. Nice colored output. Can report only new issues. Fewer false-positives. Yaml/toml config.