Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Problem ¶
type Problem struct { Position *token.Position Description string // SourceLine string Type ProblemType }
type ProblemType ¶
type ProblemType string
const ( FileLine ProblemType = "file_line" FunctionLine ProblemType = "func_line" ParamsNum ProblemType = "params_num" ResultsNum ProblemType = "results_num" Formated ProblemType = "formated" PackageName ProblemType = "pkg_name" CamelName ProblemType = "camel_name" )
Click to show internal directories.
Click to hide internal directories.