Created
November 7, 2015 22:48
-
-
Save dignifiedquire/8061e4c694d788787962 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/.go/src/github.com/ipfs/go-ipfs 006cd5f...|bisect | |
❯ make build | |
cd cmd/ipfs && go build -i | |
../../unixfs/pb/unixfs.pb.go:17:8: cannot find package "github.com/gogo/protobuf/proto" in any of: | |
/usr/local/Cellar/go/1.5.1/libexec/src/github.com/gogo/protobuf/proto (from $GOROOT) | |
/Users/dignifiedquire/.go/src/github.com/gogo/protobuf/proto (from $GOPATH) | |
make: *** [build] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment