golang.org/x/pkgsite/internal/source.urlTemplates.Raw (field)
10 uses
golang.org/x/pkgsite/internal/source (current package)
source.go#L124: if i.templates.Raw == "" {
source.go#L137: return expand(i.templates.Raw, map[string]string{
source.go#L310: templates.Raw = "https://github.com/golang/go/raw/{commit}/{file}"
source.go#L580: Raw: "{repo}/blob/{commit}/{file}",
source.go#L715: Raw string // Optional URL template for the raw contents of a file, with {repo}, {commit}, {file}.
source.go#L723: Raw: "{repo}/raw/{commit}/{file}",
source.go#L730: Raw: "{repo}/raw/{commit}/{file}",
source.go#L736: Raw: "{repo}/raw/{commit}/{file}",
source.go#L748: Raw: "{repo}/-/raw/{commit}/{file}",
source.go#L754: Raw: "{repo}/plain/{file}?{commit}",
 |
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. |