const golang.org/x/pkgsite/internal/stdlib.GoRepoURL

4 uses

	golang.org/x/pkgsite/internal/stdlib (current package)
		stdlib.go#L166: 	GoRepoURL       = "https://go.googlesource.com/go"
		stdlib.go#L195: 		URL:           GoRepoURL,
		stdlib.go#L246: 			URLs: []string{GoRepoURL},

	golang.org/x/pkgsite/internal/frontend
		doc.go#L66: 	root := strings.TrimPrefix(stdlib.GoRepoURL, "https://")