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