package
0.0.0-20190912100236-53e5711c875d
Repository: https://github.com/tsaikd/tools.git
Documentation: pkg.go.dev
# Functions
ApplyFix will apply all of the fixes to the file and format it.
FixImports returns a list of fixes to the imports that, when applied, will leave the imports in the same state as Process.
GetAllCandidates gets all of the standard library candidate packages to import in sorted order on import path.
Process implements golang.org/x/tools/imports.Process with explicit context in env.
VendorlessPath returns the devendorized version of the import path ipath.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
An ImportInfo represents a single import statement.
No description provided by the author
No description provided by the author
ModuleResolver implements resolver for modules using the go command as little as feasible.
Options is golang.org/x/tools/imports.Options with extra internal-only options.
ProcessEnv contains environment variables and settings that affect the use of the go command, the go/build package, etc.
# Interfaces
A Resolver does the build-system-specific parts of goimports.
# Type aliases
No description provided by the author