func golang.org/x/pkgsite/internal/frontend.constructUnitURL
9 uses
golang.org/x/pkgsite/internal/frontend (current package)
404.go#L100: u := constructUnitURL(fr.goModPath, fr.goModPath, internal.LatestVersion)
404.go#L154: return constructUnitURL(p, p, internal.LatestVersion)
directory.go#L119: URL: constructUnitURL(m.ModulePath, m.ModulePath, internal.LatestVersion),
directory.go#L140: URL: constructUnitURL(pm.Path, um.ModulePath, linkVersion(um.Version, um.ModulePath)),
unit.go#L189: URLPath: constructUnitURL(um.Path, um.ModulePath, info.requestedVersion),
unit.go#L193: LatestURL: constructUnitURL(um.Path, um.ModulePath, internal.LatestVersion),
unit.go#L261: func constructUnitURL(fullPath, modulePath, requestedVersion string) string {
unit.go#L275: return constructUnitURL(um.Path, um.ModulePath, linkVersion(um.Version, um.ModulePath))
versions.go#L111: return constructUnitURL(versionPath, mi.ModulePath, linkVersion(mi.Version, mi.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. |