golang.org/x/pkgsite/internal/proxy.Client.url (field)
5 uses
golang.org/x/pkgsite/internal/proxy (current package)
client.go#L33: url string
client.go#L64: url: strings.TrimRight(u, "/"),
client.go#L191: return fmt.Sprintf("%s/%s/@latest", c.url, escapedPath), nil
client.go#L197: return fmt.Sprintf("%s/%s/@v/%s.%s", c.url, escapedPath, escapedVersion, suffix), nil
client.go#L226: u := fmt.Sprintf("%s/%s/@v/list", c.url, escapedPath)
 |
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. |