making things more go get friendly

This commit is contained in:
Matthew Kanwisher
2013-05-21 16:07:12 -04:00
parent 6e9e2ebdb3
commit 85f6623a22
12 changed files with 14 additions and 14 deletions

View File

@@ -13,8 +13,8 @@ the client and the server, for our use we hardcoded a supported set of negotiati
## Sample Usage as NTLM Client
```go
import "ntlm"
import "ntlm/messages"
import "github.com/ThomsonReutersEikon/go-ntlm/ntlm"
import "github.com/ThomsonReutersEikon/go-ntlm/ntlm/messages"
session = ntlm.NewClientSession(ntlm.Version1, ntlm.ConnectionlessMode)
session.SetUserInfo("someuser","somepassword","somedomain")