Documentation ¶
Overview ¶
Package maligned implements a static analyzer to ensure that Go structs take up the least possible memory.
Index ¶
Constants ¶
View Source
const Doc = "Tool to detect Go structs that would take less memory if their fields were sorted."
Doc explaining the tool.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "maligned", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, Run: run, }
Analyzer runs static analysis.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.