golint 0.0+git20200130.910be7a-1ubuntu0.20.04.1 source package in Ubuntu

Changelog

golint (0.0+git20200130.910be7a-1ubuntu0.20.04.1) focal-security; urgency=medium

  * No-change rebuild due to golang-1.13 update

 -- David Fernandez Gonzalez <email address hidden>  Tue, 11 Oct 2022 02:27:08 +0200

Upload details

Uploaded by:
David Fernandez Gonzalez
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc
Focal security universe misc

Downloads

File Size SHA-256 Checksum
golint_0.0+git20200130.910be7a.orig.tar.xz 27.8 KiB 6b2f436f70e9829defc7819e5ae40f32811b2c07c8b487866666136d2e9fcd72
golint_0.0+git20200130.910be7a-1ubuntu0.20.04.1.debian.tar.xz 3.4 KiB c0c04fe53652f23cb65b597ed6df686e3e84d52eec774b1517cb00196e458771
golint_0.0+git20200130.910be7a-1ubuntu0.20.04.1.dsc 2.3 KiB 43e0050ce353c2cf8f324b32e43ea1165104ec29d1f2093ba9fa99fc8b6d0935

View changes file

Binary packages built by this source

golint: 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.