Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "structcheck"
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: Name, Doc: "Finds unused struct fields", Run: run, }
Functions ¶
This section is empty.
Types ¶
type Structcheck ¶
type Structcheck struct {
CheckExportedFields bool `mapstructure:"exported-fields"`
}
Click to show internal directories.
Click to hide internal directories.