Home
last modified time | relevance | path

Searched refs:trimFilePathPrefix (Results 1 – 3 of 3) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/cmd/gorelease/
H A Dpath.go57 func trimFilePathPrefix(s, prefix string) string { func
H A Dpath_test.go183 if got := trimFilePathPrefix(test.path, test.prefix); got != test.want {
H A Dgorelease.go1114 importPath := path.Join(modPath, filepath.ToSlash(trimFilePathPrefix(p.Dir, root)))