This file contains 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
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