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 { … }