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
8c511da9
Commit
8c511da9
authored
Feb 16, 2016
by
Jeromy Johnson
Browse files
Merge pull request #16 from ipfs/fix/travis
make travis install gx deps
parents
176713e3
98c7ca0d
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
8c511da9
...
...
@@ -13,4 +13,5 @@ env:
install
:
true
script
:
-
make deps
-
go test ./p2p/...
Makefile
0 → 100644
View file @
8c511da9
gx
:
go get
-u
github.com/whyrusleeping/gx
go get
-u
github.com/whyrusleeping/gx-go
deps
:
gx
gx
--verbose
install
--global
p2p/peer/queue/distance.go
View file @
8c511da9
...
...
@@ -6,7 +6,7 @@ import (
"sync"
peer
"github.com/ipfs/go-libp2p/p2p/peer"
ks
"g
ithub.com/whyrusleeping
/go-keyspace"
ks
"g
x/ipfs/QmUusaX99BZoELh7dmPgirqRQ1FAmMnmnBn3oiqDFGBUSc
/go-keyspace"
)
// peerMetric tracks a peer and its distance to something else.
...
...
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