stutter

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IssueKindToString

func IssueKindToString(kind CheckType) string

func NewAnalyzer

func NewAnalyzer() *analysis.Analyzer

Types

type CheckType

type CheckType int
const (
	UnknownIssue         CheckType = 0
	PackageNameIssue     CheckType = 1
	FieldNameIssue       CheckType = 2
	FuncNamePackageIssue CheckType = 3
	FuncNameStructIssue  CheckType = 4
)

type Context

type Context struct {
	// contains filtered or unexported fields
}

type Issue

type Issue struct {
	// contains filtered or unexported fields
}

type Visitor

type Visitor struct {
	// contains filtered or unexported fields
}

func (*Visitor) Visit

func (v *Visitor) Visit(node ast.Node) ast.Visitor

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL