func golang.org/x/net/context/ctxhttp.Do
8 uses
golang.org/x/net/context/ctxhttp (current package)
ctxhttp.go#L23: func Do(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) {
ctxhttp.go#L46: return Do(ctx, client, req)
ctxhttp.go#L55: return Do(ctx, client, req)
ctxhttp.go#L65: return Do(ctx, client, req)
golang.org/x/oauth2/internal
token.go#L232: r, err := ctxhttp.Do(ctx, ContextClient(ctx), req)
golang.org/x/pkgsite/internal/config
config.go#L578: resp, err := ctxhttp.Do(ctx, nil, req)
golang.org/x/pkgsite/internal/proxy
client.go#L258: r, err := ctxhttp.Do(ctx, c.httpClient, req)
golang.org/x/pkgsite/internal/source
source.go#L244: resp, err := ctxhttp.Do(ctx, c.httpClient, req)
 |
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. |