Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
14:11:47 zackburt@Zacks-MBP:~/keybase/client (master)$ go build ./go/keybase
go/keybase/main.go:27:2: cannot find package "github.com/keybase/go-framed-msgpack-rpc/rpc" in any of:
/usr/local/go/src/github.com/keybase/go-framed-msgpack-rpc/rpc (from $GOROOT)
/Users/zackburt/gopath/src/github.com/keybase/go-framed-msgpack-rpc/rpc (from $GOPATH)
go/keybase/main.go:28:2: cannot find package "golang.org/x/net/context" in any of:
/usr/local/go/src/golang.org/x/net/context (from $GOROOT)
/Users/zackburt/gopath/src/golang.org/x/net/context (from $GOPATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment