var golang.org/x/pkgsite/internal/frontend.githubRegexp

2 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		404.go#L139: var githubRegexp = regexp.MustCompile(`(blob|tree)(/[^/]+)?`)
		404.go#L146: 	m := strings.Split(fullPath, "/"+githubRegexp.FindString(fullPath))