From 61c7284643afcaf38803f06ecc48caf37363ec09 Mon Sep 17 00:00:00 2001 From: longbai Date: Sun, 24 Jan 2016 11:56:16 +0800 Subject: [PATCH] add checkstyle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d9c5d7..26def0ad 100644 --- a/README.md +++ b/README.md @@ -1043,7 +1043,7 @@ Go software and plugins. * [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. - +* [go-checkstyle](https://github.com/qiniu/checkstyle) checkstyle is a style check tool like java checkstyle. This tool inspired by [java checkstyle](https://github.com/checkstyle/checkstyle), [golint] (https://github.com/golang/lint). The style refered to some points in [Go Code Review Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments). ## Editor Plugins