Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dignifiedquire/95b4a0bd988dd9564fe4e657d5de7ca9 to your computer and use it in GitHub Desktop.
Save dignifiedquire/95b4a0bd988dd9564fe4e657d5de7ca9 to your computer and use it in GitHub Desktop.
conn git:(master) go test
conn.go:11:2: cannot find package "github.com/ipfs/go-libp2p-loggables" in any of:
/usr/local/Cellar/go/1.6.2/libexec/src/github.com/ipfs/go-libp2p-loggables (from $GOROOT)
/Users/dignifiedquire/.go/src/github.com/ipfs/go-libp2p-loggables (from $GOPATH)
dial.go:12:2: cannot find package "github.com/ipfs/go-libp2p-transport" in any of:
/usr/local/Cellar/go/1.6.2/libexec/src/github.com/ipfs/go-libp2p-transport (from $GOROOT)
/Users/dignifiedquire/.go/src/github.com/ipfs/go-libp2p-transport (from $GOPATH)
listen.go:15:2: cannot find package "github.com/jbenet/go-temp-err-catcher" in any of:
/usr/local/Cellar/go/1.6.2/libexec/src/github.com/jbenet/go-temp-err-catcher (from $GOROOT)
/Users/dignifiedquire/.go/src/github.com/jbenet/go-temp-err-catcher (from $GOPATH)
listen.go:16:2: cannot find package "github.com/jbenet/goprocess" in any of:
/usr/local/Cellar/go/1.6.2/libexec/src/github.com/jbenet/goprocess (from $GOROOT)
/Users/dignifiedquire/.go/src/github.com/jbenet/goprocess (from $GOPATH)
listen.go:17:2: cannot find package "github.com/jbenet/goprocess/context" in any of:
/usr/local/Cellar/go/1.6.2/libexec/src/github.com/jbenet/goprocess/context (from $GOROOT)
/Users/dignifiedquire/.go/src/github.com/jbenet/goprocess/context (from $GOPATH)
dial.go:16:2: cannot find package "github.com/whyrusleeping/go-multistream" in any of:
/usr/local/Cellar/go/1.6.2/libexec/src/github.com/whyrusleeping/go-multistream (from $GOROOT)
/Users/dignifiedquire/.go/src/github.com/whyrusleeping/go-multistream (from $GOPATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment