func golang.org/x/pkgsite/internal.V1Path
6 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L139: func V1Path(fullPath, modulePath string) string {
golang.org/x/pkgsite/internal/fetch
load.go#L78: v1path := internal.V1Path(importPath, modulePath)
golang.org/x/pkgsite/internal/frontend
versions.go#L109: versionPath = pathInVersion(internal.V1Path(fullPath, modulePath), mi)
golang.org/x/pkgsite/internal/postgres
insert_module.go#L368: v1path := internal.V1Path(u.Path, m.ModulePath)
insert_module.go#L440: curPathsSet[internal.V1Path(u.Path, m.ModulePath)] = true
version.go#L258: v1Path := internal.V1Path(fullPath, 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. |