package internal
import "golang.org/x/tools/go/analysis/internal"
Index ¶
Variables ¶
This function is set by the checker package to provide backdoor access to the private Pass field of the *checker.Action type, for use by analysistest.
It may return nil, for example if the action was not executed because of a failed dependent.
Source Files ¶
internal.go
Directories ¶
| Path | Synopsis |
|---|---|
| go/analysis/internal/analysisflags | Package analysisflags defines helpers for processing flags (-help, -json, -fix, -diff, etc) common to unitchecker and {single,multi}checker. |
| go/analysis/internal/checker | Package internal/checker defines various implementation helpers for the singlechecker and multichecker packages, which provide the complete main function for an analysis driver executable based on go/packages. |
| go/analysis/internal/versiontest |
- Version
- v0.39.0
- Published
- Nov 12, 2025
- Platform
- windows/amd64
- Imports
- 1 packages
- Last checked
- 1 hour ago –
Tools for package owners.