func golang.org/x/pkgsite/internal.SeriesPathAndMajorVersion
6 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L113: func SeriesPathAndMajorVersion(modulePath string) (string, int) {
golang.org/x/pkgsite/internal/frontend
search.go#L170: _, v1 := internal.SeriesPathAndMajorVersion(mps[i])
search.go#L171: _, v2 := internal.SeriesPathAndMajorVersion(mps[j])
golang.org/x/pkgsite/internal/postgres
path.go#L60: _, i := internal.SeriesPathAndMajorVersion(modPath)
search.go#L522: sp1, v1 := internal.SeriesPathAndMajorVersion(rs[i].ModulePath)
search.go#L523: sp2, v2 := internal.SeriesPathAndMajorVersion(rs[j].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. |