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