cmd/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
cmd/keyify | keyify transforms unkeyed struct literals into a keyed ones. |
cmd/staticcheck | staticcheck analyses Go code and makes it better. |
cmd/structlayout | structlayout displays the layout (field sizes and padding) of structs. |
cmd/structlayout-optimize | structlayout-optimize reorders struct fields to minimize the amount of padding. |
cmd/structlayout-pretty | structlayout-pretty formats the output of structlayout with ASCII art. |