Documentation ¶
Overview ¶
Package jsontag defines an Analyzer that checks for violations of siad json struct tag conventions.
Index ¶
Constants ¶
View Source
const Doc = `` /* 133-byte string literal not displayed */
Doc is the CLI help text for the jsontag analyzer.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "jsontag", Doc: Doc, Requires: []*analysis.Analyzer{inspect.Analyzer}, RunDespiteErrors: true, Run: run, }
Analyzer defines the jsontag analysis tool, allowing it to be used with the analysis framework.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.