fix example
This commit is contained in:
@@ -17,7 +17,7 @@ dialer := &net.Dialer{
|
|||||||
}
|
}
|
||||||
|
|
||||||
// wrap dial context with NTLM
|
// wrap dial context with NTLM
|
||||||
ntlmDialContext := newNTLMProxyDialContext(dialer, proxyURL, "user", "password", "domain", nil)
|
ntlmDialContext := ntlm.NewNTLMProxyDialContext(dialer, proxyURL, "user", "password", "domain", nil)
|
||||||
|
|
||||||
// create a http(s) client
|
// create a http(s) client
|
||||||
client := &http.Client{
|
client := &http.Client{
|
||||||
|
Reference in New Issue
Block a user