Documentation ¶
Overview ¶
Package buildtag defines an Analyzer that checks build tags.
Index ¶
Constants ¶
View Source
const Doc = "check //go:build and // +build directives"
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "buildtag", Doc: Doc, URL: "https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/buildtag", Run: runBuildTag, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.