go/src/cmd/fix/import_test.go

func init() {}

var importTests

func addImportFn(path ...string) func(*ast.File) bool {}

func deleteImportFn(path string) func(*ast.File) bool {}

func addDelImportFn(p1 string, p2 string) func(*ast.File) bool {}

func rewriteImportFn(oldnew ...string) func(*ast.File) bool {}