swap out log libraries
This commit is contained in:
parent
fa838c58b1
commit
c8a3b75c07
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user