Documentation ¶
Overview ¶
Package buildtag defines an Analyzer that checks build tags.
Index ¶
Constants ¶
View Source
const Doc = "check that +build tags are well-formed and correctly located"
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "buildtag", Doc: Doc, Run: runBuildTag, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.