golang.org/x/pkgsite/internal.VersionMap.ModulePath (field)
13 uses
golang.org/x/pkgsite/internal (current package)
discovery.go#L65: ModulePath string
golang.org/x/pkgsite/internal/frontend
404.go#L207: modulePath: vm.ModulePath,
404.go#L263: modulePath: vm.ModulePath,
fetch.go#L575: ModulePath: fr.ModulePath,
golang.org/x/pkgsite/internal/postgres
version_map.go#L22: vm.ModulePath, vm.RequestedVersion, vm.ResolvedVersion)
version_map.go#L27: vm.ModulePath, vm.ResolvedVersion).Scan(&moduleID); err != nil && err != sql.ErrNoRows {
version_map.go#L57: vm.ModulePath,
version_map.go#L85: &vm.ModulePath, &vm.RequestedVersion, &vm.ResolvedVersion, &vm.GoModPath,
version_map.go#L107: &vm.ModulePath, &vm.RequestedVersion, &vm.ResolvedVersion, &vm.GoModPath,
version_map.go#L111: if _, ok := versionMaps[vm.ModulePath]; !ok {
version_map.go#L112: versionMaps[vm.ModulePath] = &vm
golang.org/x/pkgsite/internal/testing/sample
sample.go#L291: ModulePath: ModulePath,
golang.org/x/pkgsite/internal/worker
fetch.go#L350: ModulePath: ft.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. |