We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232522b commit a4885c7Copy full SHA for a4885c7
github/github.go
@@ -468,6 +468,7 @@ func (c *Client) copy() *Client {
468
}
469
470
// NewClientWithEnvProxy enhances NewClient with the HttpProxy env.
471
+// Deprecated: Use NewClient(nil) instead.
472
func NewClientWithEnvProxy() *Client {
473
return NewClient(&http.Client{Transport: &http.Transport{Proxy: http.ProxyFromEnvironment}})
474
0 commit comments