Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-graphsync
Commits
6cece715
Commit
6cece715
authored
Jun 11, 2019
by
hannahhoward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(fmt): fix errors for go fmt
parent
16b4df71
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
graphsync.go
graphsync.go
+1
-1
responsemanager/responsemanager_test.go
responsemanager/responsemanager_test.go
+1
-1
No files found.
graphsync.go
View file @
6cece715
...
...
@@ -14,8 +14,8 @@ import (
"github.com/ipfs/go-graphsync/requestmanager"
"github.com/ipfs/go-graphsync/responsemanager"
"github.com/ipfs/go-graphsync/responsemanager/peerresponsemanager"
"github.com/ipfs/go-peertaskqueue"
logging
"github.com/ipfs/go-log"
"github.com/ipfs/go-peertaskqueue"
ipld
"github.com/ipld/go-ipld-prime"
"github.com/libp2p/go-libp2p-peer"
)
...
...
responsemanager/responsemanager_test.go
View file @
6cece715
...
...
@@ -12,9 +12,9 @@ import (
cid
"github.com/ipfs/go-cid"
gsmsg
"github.com/ipfs/go-graphsync/message"
"github.com/ipfs/go-graphsync/responsemanager/peerresponsemanager"
"github.com/ipfs/go-peertaskqueue/peertask"
"github.com/ipfs/go-graphsync/testbridge"
"github.com/ipfs/go-graphsync/testutil"
"github.com/ipfs/go-peertaskqueue/peertask"
ipld
"github.com/ipld/go-ipld-prime"
cidlink
"github.com/ipld/go-ipld-prime/linking/cid"
peer
"github.com/libp2p/go-libp2p-peer"
...
...
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