Package: wnpp Severity: wishlist Owner: "Martín Ferrari" <tin...@debian.org>
* Package name : golint Version : 0.0+git20150623.7b7f436 Upstream Author : The Go Authors * URL : https://github.com/golang/lint * License : BSD-3-Clause Programming Lang: Go Description : Linter for Go source code Golint differs from gofmt. Gofmt reformats Go source code, whereas golint prints out style mistakes. Golint differs from govet. Govet is concerned with correctness, whereas golint is concerned with coding style. Golint is in use at Google, and it seeks to match the accepted style of the open source Go project.