Skip to content

Instantly share code, notes, and snippets.

@dignifiedquire
Created November 7, 2015 22:48
Show Gist options
  • Save dignifiedquire/8061e4c694d788787962 to your computer and use it in GitHub Desktop.
Save dignifiedquire/8061e4c694d788787962 to your computer and use it in GitHub Desktop.
~/.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