golang.org/x/pkgsite/internal/source.Client.doURL (method)
4 uses
golang.org/x/pkgsite/internal/source (current package)
meta-tags.go#L50: resp, err := client.doURL(ctx, "GET", "https://"+uri, true)
meta-tags.go#L52: resp, err = client.doURL(ctx, "GET", "http://"+uri, false)
source.go#L234: func (c *Client) doURL(ctx context.Context, method, url string, only200 bool) (_ *http.Response, err error) {
source.go#L506: res, err := client.doURL(ctx, "HEAD", info.FileURL("go.mod"), true)
 |
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. |