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}",