swap out log libraries
This commit is contained in:
parent
fa838c58b1
commit
c8a3b75c07
@ -4,9 +4,9 @@ package ntlm
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
l4g "code.google.com/p/log4go"
|
||||
rc4P "crypto/rc4"
|
||||
"errors"
|
||||
l4g "github.com/ThomsonReutersEikon/log4go"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
@ -4,10 +4,10 @@ package ntlm
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
l4g "code.google.com/p/log4go"
|
||||
rc4P "crypto/rc4"
|
||||
"encoding/binary"
|
||||
"errors"
|
||||
l4g "github.com/ThomsonReutersEikon/log4go"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user