去报告卡 一个Web应用程序,它生成有关开源go项目质量的报告。 它使用了几种措施,包括gofmt , go vet , go lint和gocyclo 。 要获得有关您自己项目的报告,请尝试使用在运行的此代码的托管版本。 赞助商 在上为我们提供支持! 安装 假设您已经安装了最新版本的Go,请使用go get下拉代码: go get github.com/gojp/goreportcard 进入源目录并下拉项目依赖项: cd $GOPATH/src/github.com/gojp/goreportcard make install 现在运行 make start 你应该看到 Running