Documentation
¶
Index ¶
Constants ¶
View Source
const Doc = `check for structs that can be rearrange fields to provide for maximum space/allocation efficiency`
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "structslop", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer describes struct slop analysis function detector.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.