Not as simple as the grpc website indicates. I am getting an install error. I assume it's a library conflict, but with what? It's a brand new Ubuntu 16 VM.
root@server:~/go/src# go version go version go1.8.3 linux/amd64 root@server:~/go/src# echo $GOPATH /root/go root@server:~/go/src# go get google.golang.org/grpc # google.golang.org/grpc/transport google.golang.org/grpc/transport/http_util.go:466: f.fr.SetReuseFrames undefined (type *http2.Framer has no field or method SetReuseFrames) root@server:~/go/src# I know go is installed correctly because hello-world works. root@server:~/go/src# cd hw root@server:~/go/src/hw# go build root@server:~/go/src/hw# ./hw hello, world root@server:~/go/src/hw# It must be something simple that I am missing. the grpc website says the only thing needed is go and then run "go get google.golang.org/grpc". -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/f8ec0305-0e6b-4bfa-b3c4-222f29ffc079%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
