const golang.org/x/pkgsite/internal.MainVersion
5 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L25: MainVersion = "main"
discovery.go#L39: MainVersion: true,
golang.org/x/pkgsite/internal/worker
fetch.go#L220: main = resolvedVersion(ctx, modulePath, internal.MainVersion, f.ProxyClient)
fetch.go#L309: if modulePath == stdlib.ModulePath && requestedVersion == internal.MainVersion {
fetch.go#L342: requestedVersions = append(requestedVersions, internal.MainVersion)
![]() |
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. |