Also: don't abort loading just because there were parse/type errors. It's the driver's job to decide whether to fail due to errors. Change-Id: I055033fb89319d957b328c4fa4a30144afc7457c Reviewed-on: https://go-review.googlesource.com/c/140738 Run-TryBot: Michael Matloob <matloob@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org> |
||
|---|---|---|
| .. | ||
| asmdecl | ||
| assign | ||
| atomic | ||
| 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.