diff --git a/README.md b/README.md index ee118eb..9bb39eb 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters * [badtime](https://github.com/m3db/build-tools/tree/master/linters/badtime) - Badtime is a Golang linter that detects inappropriate usage of the time.Time struct. * [bodyclose](https://github.com/timakin/bodyclose) - checks whether HTTP response body is closed and a re-use of TCP connection is not blocked * [durcheck](https://github.com/hypnoglow/durcheck) - durcheck is a very simple linter which detects potential bugs with time.Duration in a Go package. +* [enumcase](https://github.com/MakeNowJust/enumcase) - enumcase checks every switch statement handles all const values of the type. * [enumlinter](https://github.com/THE108/enumlinter) - Enum linter for enumerated types in Go. * [errcheck](https://github.com/kisielk/errcheck) - Errcheck is a program for checking for unchecked errors in Go programs. * [gas](https://github.com/GoASTScanner/gas) - Inspects source code for security problems by scanning the Go AST.