directory
0.0.0-20190124090046-35a9f45a5db0
Repository: https://github.com/golangci/go-tools.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
gosimple detects code that could be rewritten in a simpler way.
keyify transforms unkeyed struct literals into a keyed ones.
megacheck runs staticcheck, gosimple and unused.
rdeps scans GOPATH for all reverse dependencies of a set of Go packages.
staticcheck analyses Go code and makes it better.
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.
unused reports unused identifiers (types, functions, ...) in your code.