minor changes
3 files changed
tree: 0c8a9392d472ca8e25ef121fb99ade123152e82d
  1. benchmark/
  2. codes/
  3. credentials/
  4. examples/
  5. grpclog/
  6. health/
  7. interop/
  8. metadata/
  9. test/
  10. transport/
  11. .travis.yml
  12. call.go
  13. clientconn.go
  14. codegen.sh
  15. CONTRIBUTING.md
  16. doc.go
  17. grpc-auth-support.md
  18. LICENSE
  19. Makefile
  20. PATENTS
  21. README.md
  22. rpc_util.go
  23. rpc_util_test.go
  24. server.go
  25. stream.go
  26. trace.go
README.md

#gRPC-Go

Build Status GoDoc

The Go implementation of gRPC

Installation

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

Documentation

You can find more detailed documentation and examples in the grpc-common repository.

Status

Alpha - ready for early adopters.