| cmd/internal/objabi | |
| cmd/internal/telemetry/counter | |
| golang.org/x/tools/go/analysis | Package analysis defines the interface between a modular static analysis and an analysis driver program. |
| golang.org/x/tools/go/analysis/passes/buildtag | Package buildtag defines an Analyzer that checks build tags. |
| golang.org/x/tools/go/analysis/passes/hostport | Package hostport defines an analyzer for calls to net.Dial with addresses of the form "%s:%d" or "%s:%s", which work only with IPv4. |
| golang.org/x/tools/go/analysis/passes/inline | Package inline defines an analyzer that inlines calls to functions and uses of constants marked with a "//go:fix inline" directive. |
| golang.org/x/tools/go/analysis/passes/modernize | Package modernize provides a suite of analyzers that suggest simplifications to Go code, using modern language and library features. |
| golang.org/x/tools/go/analysis/unitchecker | The unitchecker package defines the main function for an analysis driver that analyzes a single compilation unit during a build. |
| slices | Package slices defines various functions useful with slices of any type. |