fix example

This commit is contained in:
Eli Bishop
2019-07-02 13:42:02 -07:00
parent 88448ca6e9
commit fdffc76c54

View File

@@ -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{