func golang.org/x/pkgsite/internal.SeriesPathForModule
11 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L89: return SeriesPathForModule(v.ModulePath)
discovery.go#L93: func SeriesPathForModule(modulePath string) string {
discovery.go#L143: return path.Join(SeriesPathForModule(modulePath), Suffix(fullPath, modulePath))
golang.org/x/pkgsite/internal/frontend
directory.go#L108: if m.SeriesPath() == internal.SeriesPathForModule(um.ModulePath) {
golang.org/x/pkgsite/internal/postgres
details.go#L61: seriesPath := internal.SeriesPathForModule(modulePath)
insert_module.go#L441: curPathsSet[internal.SeriesPathForModule(m.ModulePath)] = true
search.go#L544: seriesPath := internal.SeriesPathForModule(r.ModulePath)
version.go#L208: seriesPath := internal.SeriesPathForModule(modulePath)
version.go#L580: id, internal.SeriesPathForModule(modulePath), raw, cooked, good, deprecated, goModBytes, status)
golang.org/x/pkgsite/internal/proxydatasource
datasource.go#L224: seriesPath := internal.SeriesPathForModule(modulePath)
golang.org/x/pkgsite/internal/worker
fetch.go#L291: seriesPath := internal.SeriesPathForModule(modulePath)
![]() |
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. |