Skip to content

Instantly share code, notes, and snippets.

@zackster
Created May 21, 2019 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackster/b7a78f2100803e50ceb875f4a173516b to your computer and use it in GitHub Desktop.
Save zackster/b7a78f2100803e50ceb875f4a173516b to your computer and use it in GitHub Desktop.
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