Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
983ed327
Commit
983ed327
authored
Sep 14, 2015
by
Jeromy
Browse files
extract logging
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
5d1b8295
Changes
21
Hide whitespace changes
Inline
Side-by-side
test/util/key.go
View file @
983ed327
...
...
@@ -5,7 +5,7 @@ import (
"io"
"testing"
eventlo
g
"github.com/ipfs/go-ipfs/
thirdparty/eventlog
"
loggin
g
"github.com/ipfs/go-ipfs/
vendor/go-log-v1.0.0
"
u
"github.com/ipfs/go-ipfs/util"
testutil
"github.com/ipfs/go-ipfs/util/testutil"
...
...
@@ -15,7 +15,7 @@ import (
ma
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multiaddr"
)
var
log
=
eventlo
g
.
Logger
(
"boguskey"
)
var
log
=
loggin
g
.
Logger
(
"boguskey"
)
// TestBogusPrivateKey is a key used for testing (to avoid expensive keygen)
type
TestBogusPrivateKey
[]
byte
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment