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
5cfe7b83
Commit
5cfe7b83
authored
Sep 22, 2020
by
hannahhoward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(imports): fix imports
parent
09368acf
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
benchmarks/testnet/peernet.go
benchmarks/testnet/peernet.go
+2
-2
ipldutil/ipldutil.go
ipldutil/ipldutil.go
+2
-2
ipldutil/traverser.go
ipldutil/traverser.go
+2
-2
metadata/metadata_test.go
metadata/metadata_test.go
+2
-2
No files found.
benchmarks/testnet/peernet.go
View file @
5cfe7b83
...
...
@@ -3,11 +3,11 @@ package testnet
import
(
"context"
gsnet
"github.com/ipfs/go-graphsync/network"
"github.com/libp2p/go-libp2p-core/peer"
tnet
"github.com/libp2p/go-libp2p-testing/net"
mockpeernet
"github.com/libp2p/go-libp2p/p2p/net/mock"
gsnet
"github.com/ipfs/go-graphsync/network"
)
type
peernet
struct
{
...
...
ipldutil/ipldutil.go
View file @
5cfe7b83
ipldutil/traverser.go
View file @
5cfe7b83
metadata/metadata_test.go
View file @
5cfe7b83
...
...
@@ -7,11 +7,11 @@ import (
"github.com/ipld/go-ipld-prime/codec/dagcbor"
"github.com/ipld/go-ipld-prime/fluent"
cidlink
"github.com/ipld/go-ipld-prime/linking/cid"
basicnode
"github.com/ipld/go-ipld-prime/node/basic"
"github.com/stretchr/testify/require"
"github.com/ipfs/go-graphsync/testutil"
cidlink
"github.com/ipld/go-ipld-prime/linking/cid"
basicnode
"github.com/ipld/go-ipld-prime/node/basic"
)
func
TestDecodeEncodeMetadata
(
t
*
testing
.
T
)
{
...
...
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