golang.org/x/pkgsite/internal/proxy.Client.Zip (method)
3 uses
golang.org/x/pkgsite/internal/proxy (current package)
client.go#L132: func (c *Client) Zip(ctx context.Context, modulePath, resolvedVersion string) (_ *zip.Reader, err error) {
golang.org/x/pkgsite/internal/fetch
fetch.go#L203: zipReader, err = proxyClient.Zip(ctx, fr.ModulePath, fr.ResolvedVersion)
latest.go#L84: zr, err := prox.Zip(ctx, modulePath, v)
![]() |
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. |