Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6afe9e8

Browse files
committedJul 19, 2015
vendor notifier outside of go-ipfs
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent 8668f40 commit 6afe9e8

File tree

6 files changed

+23
-2
lines changed

6 files changed

+23
-2
lines changed
 

‎Godeps/Godeps.json

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Godeps/_workspace/src/github.com/whyrusleeping/go-notifier/Godeps/Godeps.json

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Godeps/_workspace/src/github.com/whyrusleeping/go-notifier/Godeps/Readme

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎p2p/nat/nat.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ import (
1414
nat "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/fd/go-nat"
1515
goprocess "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess"
1616
periodic "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/goprocess/periodic"
17+
notifier "github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/whyrusleeping/go-notifier" // ErrNoMapping signals no mapping exists for an address
1718
eventlog "github.com/ipfs/go-ipfs/thirdparty/eventlog"
18-
notifier "github.com/ipfs/go-ipfs/thirdparty/notifier"
1919
)
2020

2121
var (
22-
// ErrNoMapping signals no mapping exists for an address
2322
ErrNoMapping = errors.New("mapping not established")
2423
)
2524

0 commit comments

Comments
 (0)
Please sign in to comment.