Update import paths to use the new official location of the Go gRPC package.
16 files changed
tree: ae74ee9883fec58bf7c246bd3202ef7060e72dad
  1. codes/
  2. compiler/
  3. credentials/
  4. interop/
  5. metadata/
  6. test/
  7. transport/
  8. call.go
  9. clientconn.go
  10. doc.go
  11. LICENSE
  12. README.md
  13. rpc_util.go
  14. rpc_util_test.go
  15. server.go
  16. stream.go
README.md

gRPC-Go: a Go implementation of gRPC, Google's RPC library

To install this package, you need to install Go 1.4 and setup your Go workspace on your computer. The simplest way to install the library is to run:

go get google.golang.org/grpc