func golang.org/x/pkgsite/internal/frontend.linkVersion
9 uses
golang.org/x/pkgsite/internal/frontend (current package)
breadcrumb.go#L71: href += "@" + linkVersion(requestedVersion, modPath)
directory.go#L140: URL: constructUnitURL(pm.Path, um.ModulePath, linkVersion(um.Version, um.ModulePath)),
latest_version.go#L33: latest.MinorVersion = linkVersion(latest.MinorVersion, latest.MinorModulePath)
unit.go#L182: lv := linkVersion(um.Version, um.ModulePath)
unit.go#L265: v := linkVersion(requestedVersion, modulePath)
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))
versions.go#L184: Version: linkVersion(mi.Version, mi.ModulePath),
versions.go#L361: func linkVersion(v string, modulePath string) string {
 |
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. |