Documentation ¶
Index ¶
- type Deadcode
- type Depguard
- type Dupl
- type Errcheck
- type Gochecknoglobals
- type Gochecknoinits
- type Goconst
- type Gocritic
- type Gocyclo
- type Gofmt
- type Golint
- type Gosec
- type Govet
- type Ineffassign
- type Interfacer
- type Lll
- type Maligned
- type Megacheck
- type Misspell
- type Nakedret
- type Node
- type Prealloc
- type Scopelint
- type Structcheck
- type TypeCheck
- type Unconvert
- type Unparam
- type Varcheck
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gochecknoglobals ¶ added in v1.12.1
type Gochecknoglobals struct{}
func (Gochecknoglobals) Desc ¶ added in v1.12.1
func (Gochecknoglobals) Desc() string
func (Gochecknoglobals) Name ¶ added in v1.12.1
func (Gochecknoglobals) Name() string
type Gochecknoinits ¶ added in v1.12.1
type Gochecknoinits struct{}
func (Gochecknoinits) Desc ¶ added in v1.12.1
func (Gochecknoinits) Desc() string
func (Gochecknoinits) Name ¶ added in v1.12.1
func (Gochecknoinits) Name() string
type Ineffassign ¶
type Ineffassign struct{}
func (Ineffassign) Desc ¶
func (Ineffassign) Desc() string
func (Ineffassign) Name ¶
func (Ineffassign) Name() string
type Interfacer ¶
type Interfacer struct{}
func (Interfacer) Desc ¶
func (Interfacer) Desc() string
func (Interfacer) Name ¶
func (Interfacer) Name() string
type Node ¶ added in v1.12.1
type Node struct {
// contains filtered or unexported fields
}
Node represents a Node being linted.
type Structcheck ¶
type Structcheck struct{}
func (Structcheck) Desc ¶
func (Structcheck) Desc() string
func (Structcheck) Name ¶
func (Structcheck) Name() string
Source Files ¶
- deadcode.go
- depguard.go
- dupl.go
- errcheck.go
- gas.go
- gochecknoglobals.go
- gochecknoinits.go
- goconst.go
- gocritic.go
- gocyclo.go
- gofmt.go
- golint.go
- govet.go
- ineffassign.go
- interfacer.go
- lll.go
- maligned.go
- megacheck.go
- misspell.go
- nakedret.go
- prealloc.go
- scopelint.go
- structcheck.go
- typecheck.go
- unconvert.go
- unparam.go
- util.go
- varcheck.go
Click to show internal directories.
Click to hide internal directories.