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

@@ -3,6 +3,7 @@ package main
import (
"encoding/base64"
"fmt"
"github.com/ThomsonReutersEikon/go-ntlm/ntlm"
)