golang.org/x/pkgsite/internal/source.Info.repoURL (field)
17 uses
golang.org/x/pkgsite/internal/source (current package)
source.go#L46: repoURL string // URL of repo containing module; exported for DB schema compatibility
source.go#L59: return i.repoURL
source.go#L62: "repo": i.repoURL,
source.go#L77: "repo": i.repoURL,
source.go#L78: "importPath": path.Join(strings.TrimPrefix(i.repoURL, "https://"), dir),
source.go#L91: "repo": i.repoURL,
source.go#L92: "importPath": path.Join(strings.TrimPrefix(i.repoURL, "https://"), dir),
source.go#L107: "repo": i.repoURL,
source.go#L108: "importPath": path.Join(strings.TrimPrefix(i.repoURL, "https://"), dir),
source.go#L134: if i.repoURL == stdlib.GoSourceRepoURL {
source.go#L138: "repo": i.repoURL,
source.go#L167: RepoURL: i.repoURL,
source.go#L197: i.repoURL = trimVCSSuffix(ji.RepoURL)
source.go#L287: repoURL: trimVCSSuffix("https://" + repo),
source.go#L312: repoURL: stdlib.GoSourceRepoURL,
source.go#L428: repoURL: strings.TrimSuffix(repoURL, "/"),
source.go#L823: repoURL: trimVCSSuffix(repoURL),
 |
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. |