grpc-flatbuffers-example icon indicating copy to clipboard operation
grpc-flatbuffers-example copied to clipboard

Got error while running `make compile`

Open bvenkatr opened this issue 7 years ago • 0 comments

Hi, I have cloned this repo into my ~/work directory, and when I start compiling this repo, I got below error, is this repo still exists github.com/jonog/fbs-example/bookmarks

make compile cd bookmarks-client && go build -o ../client && cd .. client.go:9:2: cannot find package "github.com/jonog/fbs-example/bookmarks" in any of: /usr/local/Cellar/go/1.11/libexec/src/github.com/jonog/fbs-example/bookmarks (from $GOROOT) /Users/user1/go/src/github.com/jonog/fbs-example/bookmarks (from $GOPATH) make: *** [compile_bookmarks_client] Error 1

bvenkatr avatar Oct 14 '18 12:10 bvenkatr