Documentation ¶ Index ¶ type Checker func NewChecker() *Checker func (c *Checker) CheckErrcheck(j *lint.Job) func (c *Checker) Funcs() map[string]lint.Func func (c *Checker) Init(prog *lint.Program) func (*Checker) Name() string func (*Checker) Prefix() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Checker ¶ type Checker struct { // contains filtered or unexported fields } func NewChecker ¶ func NewChecker() *Checker func (*Checker) CheckErrcheck ¶ func (c *Checker) CheckErrcheck(j *lint.Job) func (*Checker) Funcs ¶ func (c *Checker) Funcs() map[string]lint.Func func (*Checker) Init ¶ func (c *Checker) Init(prog *lint.Program) func (*Checker) Name ¶ func (*Checker) Name() string func (*Checker) Prefix ¶ func (*Checker) Prefix() string Source Files ¶ View all Source files errcheck.go Click to show internal directories. Click to hide internal directories.