Package: wnpp
Severity: wishlist
Owner: Pirate Praveen <prav...@debian.org>
X-Debbugs-CC: debian-devel@lists.debian.org, debian...@lists.debian.org
* Package name : golang-honnef-go-tools
Version : 2020.1-1
Upstream Author : Dominik Honnef
* URL : https://github.com/dominikh/go-tools
* License : Expand
Programming Lang: Go
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.
These are currently vendored in gitaly and I'd like to remove the
vendored version in favour of the packaged version.