golang.org/x/pkgsite/internal.ModuleInfo.SeriesPath (method)
5 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L88: func (v *ModuleInfo) SeriesPath() string {
golang.org/x/pkgsite/internal/frontend
directory.go#L108: if m.SeriesPath() == internal.SeriesPathForModule(um.ModulePath) {
directory.go#L114: suffix := internal.Suffix(m.SeriesPath(), um.Path)
versions.go#L129: suffix := internal.Suffix(v1Path, mi.SeriesPath())
golang.org/x/pkgsite/internal/postgres
insert_module.go#L249: m.SeriesPath(),
![]() |
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. |