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),