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