Imports of fix command

PathSynopsis
cmd/internal/objabi
cmd/internal/telemetry/counter
golang.org/x/tools/go/analysisPackage analysis defines the interface between a modular static analysis and an analysis driver program.
golang.org/x/tools/go/analysis/passes/buildtagPackage buildtag defines an Analyzer that checks build tags.
golang.org/x/tools/go/analysis/passes/hostportPackage 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/inlinePackage 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/modernizePackage modernize provides a suite of analyzers that suggest simplifications to Go code, using modern language and library features.
golang.org/x/tools/go/analysis/unitcheckerThe unitchecker package defines the main function for an analysis driver that analyzes a single compilation unit during a build.
slicesPackage slices defines various functions useful with slices of any type.