golang-honnef-go-tools 2023.1.3-1ubuntu0.1 source package in Ubuntu

Changelog

golang-honnef-go-tools (2023.1.3-1ubuntu0.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 22 Jan 2024 10:29:47 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security 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-1ubuntu0.1.debian.tar.xz 4.6 KiB a4a34c23cb8cfaf965bac11948e4098b4ddedf766e626d0c32d4318c4e1ec681
golang-honnef-go-tools_2023.1.3-1ubuntu0.1.dsc 2.4 KiB 7dcbb916d793387e2cb84b1e134e72a4cd38e6f0bab56f05401b2e2ddbfb072e

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.