Source: golang-honnef-go-tools Maintainer: Debian Go Packaging Team Uploaders: Pirate Praveen , Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-go (>= 2:1.12~), golang-github-burntsushi-toml-dev, golang-github-kisielk-gotool-dev, golang-golang-x-tools-dev (>= 1:0.0~git20200410~), Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-honnef-go-tools Vcs-Git: https://salsa.debian.org/go-team/packages/golang-honnef-go-tools.git Homepage: https://github.com/dominikh/go-tools Rules-Requires-Root: no XS-Go-Import-Path: honnef.co/go/tools Package: golang-honnef-go-tools-dev Architecture: all Depends: golang-github-burntsushi-toml-dev, golang-github-kisielk-gotool-dev, golang-golang-x-tools-dev (>= 1:0.0~git20200410~), ${misc:Depends}, Description: Collection of golang tools and libraries 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. . In addition to the aforementioned tools, this package contains the libraries necessary to implement these tools.