Imports of gofix command

PathSynopsis
golang.org/x/tools/go/analysis/singlecheckerPackage singlechecker defines the main function for an analysis driver with only a single analysis.
golang.org/x/tools/internal/gofixPackage gofix defines an Analyzer that inlines calls to functions and uses of constants marked with a "//go:fix inline" directive.