From 9bc139b90766d68cecef5eda2a03dc37c883ce43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 27 Dec 2015 13:18:17 +0100 Subject: [PATCH] Add interfacer to code analysis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a4ea79..507fca5 100644 --- a/README.md +++ b/README.md @@ -1014,6 +1014,7 @@ Go software and plugins. * [Golint online](http://go-lint.appspot.com/) - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package. * [goreturns](https://sourcegraph.com/sqs/goreturns) - Adds zero-value return statements to match the func return types. * [gostatus](https://github.com/shurcooL/gostatus) - A command line tool, shows the status of repositories that contain Go packages. +* [interfacer](https://github.com/mvdan/interfacer) - A linter that suggests interface types. * [validate](https://github.com/mccoyst/validate) - Automatically validates struct fields with tags.