Searched refs:pkgPathRe (Results 1 – 3 of 3) sorted by relevance
242 var pkgPathRe = regexp.MustCompile("^(.*?)\\.[^/]+$") var245 s := pkgPathRe.FindStringSubmatch(f)
453 var pkgPathRe = regexp.MustCompile(`^(.*?)\.([^/]+)$`) var466 s := pkgPathRe.FindStringSubmatch(f)
150 var pkgPathRe = regexp.MustCompile(`^(.*?)\.([^/]+)$`) var164 s := pkgPathRe.FindStringSubmatch(f)