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)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |