golang-honnef-go-tools 2023.1.7-1 source package in Ubuntu

Changelog

golang-honnef-go-tools (2023.1.7-1) unstable; urgency=medium

  * New upstream version 2023.1.7

 -- Shengjing Zhu <email address hidden>  Sat, 24 Feb 2024 00:33:18 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
golang-honnef-go-tools_2023.1.7-1.dsc 2.1 KiB c59d94caa35a5ae6b30bd97433c8c7a0e594a56a3fe4fb1f9871241b4482c918
golang-honnef-go-tools_2023.1.7.orig.tar.gz 713.4 KiB 4e9ca88ca734f1ec6c58bc1c2ffc90c30149d030791331c84f06d175d081ec64
golang-honnef-go-tools_2023.1.7-1.debian.tar.xz 5.1 KiB 0c161f5807b59f3ea2081c4d61b60df8a389089257029d7b3ed951d2ad0d0c2f

Available diffs

No changes file available.

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.