Searched refs:splitImportPathAndPackageName (Results 1 – 1 of 1) sorted by relevance
197 impPath, pkgName := splitImportPathAndPackageName(value)239 impPath, pkgName := splitImportPathAndPackageName(fdesc.GetOptions().GetGoPackage())497 func splitImportPathAndPackageName(s string) (GoImportPath, GoPackageName) { func