Use golang's log, so we don't need log4go.

This commit is contained in:
Brian Cully
2015-10-30 00:47:37 +00:00
parent 52b7efa603
commit b00ec39bbd
8 changed files with 34 additions and 32 deletions

View File

@@ -8,8 +8,9 @@ import (
md5P "crypto/md5"
"crypto/rand"
rc4P "crypto/rc4"
md4P "github.com/ThomsonReutersEikon/go-ntlm/ntlm/md4"
crc32P "hash/crc32"
md4P "github.com/ThomsonReutersEikon/go-ntlm/ntlm/md4"
)
func md4(data []byte) []byte {