swap out log libraries

This commit is contained in:
Matthew Kanwisher 2013-12-16 17:55:30 -05:00
parent fa838c58b1
commit c8a3b75c07
2 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ package ntlm
import ( import (
"bytes" "bytes"
l4g "code.google.com/p/log4go"
rc4P "crypto/rc4" rc4P "crypto/rc4"
"errors" "errors"
l4g "github.com/ThomsonReutersEikon/log4go"
"strings" "strings"
) )

View File

@ -4,10 +4,10 @@ package ntlm
import ( import (
"bytes" "bytes"
l4g "code.google.com/p/log4go"
rc4P "crypto/rc4" rc4P "crypto/rc4"
"encoding/binary" "encoding/binary"
"errors" "errors"
l4g "github.com/ThomsonReutersEikon/log4go"
"strings" "strings"
"time" "time"
) )