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