Home
last modified time | relevance | path

Searched refs:trimPathPrefix (Results 1 – 4 of 4) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/cmd/gorelease/
H A Dpath.go79 func trimPathPrefix(p, prefix string) string { func
H A Dpath_test.go222 if got := trimPathPrefix(test.path, test.prefix); got != test.want {
H A Dgorelease.go1190 baseSuffix = trimPathPrefix(basePkg.PkgPath, baseModPath)
1194 releaseSuffix = trimPathPrefix(releasePkg.PkgPath, releaseModPath)
/dports/devel/dep/dep-0.5.4/cmd/dep/
H A Dgopath_scanner.go72 pkgs = append(pkgs, trimPathPrefix(pkg, prslash))
151 func trimPathPrefix(p1, p2 string) string { func