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

Changelog

golint (0.0+git20200130.910be7a-1) unstable; urgency=medium

  * New upstream version 0.0+git20200130.910be7a
  * Update debian/watch to version=4
  * Apply "cme fix dpkg" fixes:
    - Use new form "Build-Depends: debhelper-compat (= 12)"
    - Bump Standards-Version to 4.5.0 (no change)
  * Add myself to the list of Uploaders

 -- Anthony Fok <email address hidden>  Thu, 13 Feb 2020 17:33:04 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
golint_0.0+git20200130.910be7a-1.dsc 2.2 KiB cc839bd91de2d67a17621b086fe84fef49471426392d5351466a700f01943f94
golint_0.0+git20200130.910be7a.orig.tar.xz 27.8 KiB 6b2f436f70e9829defc7819e5ae40f32811b2c07c8b487866666136d2e9fcd72
golint_0.0+git20200130.910be7a-1.debian.tar.xz 3.3 KiB e8cb83808aace92a68188140394bfa8da197393dea95e43751192535f30cc697

No changes file available.

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.