Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "decorder" FlagDo = "dec-order" FlagDdnc = "disable-dec-num-check" FlagDdoc = "disable-dec-order-check" FlagDiffc = "disable-init-func-first-check" )
Variables ¶
View Source
var ( Analyzer = &analysis.Analyzer{ Name: Name, Doc: "check declaration order and count of types, constants, variables and functions", Run: run, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.