From 3fca62ecfae2780c31fdda04e476de59c6582d2f Mon Sep 17 00:00:00 2001 From: nishanths Date: Thu, 2 May 2019 08:04:59 -0400 Subject: [PATCH] edit description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33b40fe..7982b5d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters * [lll](https://github.com/walle/lll) - Line length linter, used to enforce line length in files. * [misspell](https://github.com/client9/misspell) - Finds commonly misspelled English words * [nofuncflags](https://github.com/fsamin/nofuncflags) - disallow boolean params to functions (flags). -* [predeclared](https://github.com/nishanths/predeclared) - Find code that shadows Go's built-in identifiers. +* [predeclared](https://github.com/nishanths/predeclared) - Find code that shadows Go's built-in identifiers (e.g., `append`, `copy`, `int`). * [revive](https://github.com/mgechev/revive) - ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint * [unconvert](https://github.com/mdempsky/unconvert) - Remove unnecessary type conversions from Go source. * [usedexports](https://github.com/jgautheron/usedexports) - Find in Go exported variables that could be unexported.