Also: create internal/analysisutil package for trivial helper functions shared by many vet analyzers. (Eventually we may want to export some of these functions.) Change-Id: I2b721a16989826756d0426bc7f70089dfb1ef9ce Reviewed-on: https://go-review.googlesource.com/c/140577 Reviewed-by: Michael Matloob <matloob@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> |
||
---|---|---|
.. | ||
asmdecl | ||
assign | ||
buildtag | ||
ctrlflow | ||
findcall | ||
inspect | ||
internal/analysisutil | ||
loopclosure | ||
lostcancel | ||
pkgfact | ||
vet | ||
README |
README
This directory does not contain a Go package, but acts as a container for various analyses that implement the golang.org/x/tools/go/analysis API and may be imported into an analysis tool. By convention, each package foo provides the analysis, and each command foo/cmd/foo provides a standalone driver.