And rename from "bool" to "bools". Using analysistest unearthed a minor bug, github.com/golang/go/issues/28086. To avoid complicating the diff we work around it in the tests for now. Change-Id: I682f33506de778dfdfe97841cd2b16e3d47062b8 Reviewed-on: https://go-review.googlesource.com/c/140737 Reviewed-by: Michael Matloob <matloob@golang.org> Run-TryBot: Michael Matloob <matloob@golang.org> |
||
---|---|---|
.. | ||
asmdecl | ||
assign | ||
atomic | ||
bools | ||
buildtag | ||
copylock | ||
ctrlflow | ||
findcall | ||
inspect | ||
internal/analysisutil | ||
loopclosure | ||
lostcancel | ||
pkgfact | ||
stdmethods | ||
unreachable | ||
unusedresult | ||
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.