update url

This commit is contained in:
Luiz Costa
2023-10-21 20:56:02 +01:00
parent b05d65ad37
commit d44785b406
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ the client and the server, for our use we hardcoded a supported set of negotiati
## Sample Usage as NTLM Client
```go
import "github.com/vadimi/go-ntlm/ntlm"
import "gitlab.labexposed.com/lgcosta/go-ntlm/ntlm"
session, err = ntlm.CreateClientSession(ntlm.Version2, ntlm.ConnectionlessMode)
session.SetUserInfo("someuser","somepassword","somedomain")