func golang.org/x/pkgsite/internal.Suffix

10 uses

	golang.org/x/pkgsite/internal (current package)
		discovery.go#L132: func Suffix(fullPath, basePath string) string {
		discovery.go#L143: 	return path.Join(SeriesPathForModule(modulePath), Suffix(fullPath, modulePath))

	golang.org/x/pkgsite/internal/fetch
		unit.go#L40: 		suffix := internal.Suffix(dirPath, modulePath)

	golang.org/x/pkgsite/internal/frontend
		directory.go#L114: 		suffix := internal.Suffix(m.SeriesPath(), um.Path)
		directory.go#L141: 			Suffix:   internal.Suffix(pm.Path, um.Path),
		doc.go#L51: 			URL:  u.SourceInfo.FileURL(path.Join(internal.Suffix(u.Path, u.ModulePath), f.Name)),
		main.go#L214: 		SourceURL:         um.SourceInfo.DirectoryURL(internal.Suffix(um.Path, um.ModulePath)),
		search.go#L144: 		links = append(links, link{Href: r.PackagePath, Body: internal.Suffix(r.PackagePath, r.ModulePath)})
		versions.go#L129: 	suffix := internal.Suffix(v1Path, mi.SeriesPath())

	golang.org/x/pkgsite/internal/postgres
		path.go#L58: 		suffix := internal.Suffix(v1path, sp)