golang-honnef-go-tools 2023.1.3-1build1 source package in Ubuntu

Changelog

golang-honnef-go-tools (2023.1.3-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:16:07 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-honnef-go-tools_2023.1.3.orig.tar.gz 710.7 KiB c3a140e3166b0e6025267619de6f8f01e056527c347eacf780be3d2e03f341eb
golang-honnef-go-tools_2023.1.3-1build1.debian.tar.xz 4.5 KiB 7b31812f71ff5307214e138e74eb714d470a2f470e2d9cab97b8f27408730c35
golang-honnef-go-tools_2023.1.3-1build1.dsc 2.4 KiB 0bcb559740e28dc095ea3add4fda77d114dbb68812d2712ad33ce25ce59e8cde

View changes file

Binary packages built by this source

go-staticcheck: advanced Go linter

 Staticcheck is a state of the art linter for the Go programming language.
 Using static analysis, it finds bugs and performance issues, offers
 simplifications, and enforces style rules.

go-staticcheck-dbgsym: debug symbols for go-staticcheck
golang-honnef-go-tools-dev: libraries for advanced Go linter

 Libraries to implement following tools:
  * keyify: Transforms an unkeyed struct literal into a keyed one.
  * rdeps: Find all reverse dependencies of a set of packages.
  * staticcheck: Go static analysis, detecting bugs, performance issues, and
    much more.
  * structlayout: Displays the layout (field sizes and padding) of structs.
  * structlayout-optimize: Reorders struct fields to minimize the amount of
    padding.
  * structlayout-pretty: Formats the output of structlayout with ASCII art.