Pakket: golint (0.0+git20200130.910be7a-1)
Verwijzigingen voor golint
Trisquel bronnen:
Het bronpakket golint downloaden:
- [golint_0.0+git20200130.910be7a-1.dsc]
- [golint_0.0+git20200130.910be7a.orig.tar.xz]
- [golint_0.0+git20200130.910be7a-1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Go Packaging Team (Mailarchief)
- Martín Ferrari
- Anthony Fok
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.