type gcimports …
func (m *gcimports) Import(path string) (*types2.Package, error) { … }
func (m *gcimports) ImportFrom(path, srcDir string, mode types2.ImportMode) (*types2.Package, error) { … }
func isDriveLetter(b byte) bool { … }
func islocalname(name string) bool { … }
func openPackage(path string) (*os.File, error) { … }
func resolveImportPath(path string) (string, error) { … }
func readImportFile(path string, target *ir.Package, env *types2.Context, packages map[string]*types2.Package) (pkg1 *types.Pkg, pkg2 *types2.Package, err error) { … }
func findExportData(f *os.File) (r *bio.Reader, end int64, err error) { … }
func addFingerprint(path string, f *os.File, end int64) error { … }
func checkImportPath(path string, allowSpace bool) error { … }