fix readme
1 file changed
tree: 83f8be601bad0432633dcf80f8caa2178ffe6d86
  1. benchmark/
  2. codes/
  3. credentials/
  4. examples/
  5. grpclog/
  6. health/
  7. interop/
  8. metadata/
  9. naming/
  10. test/
  11. transport/
  12. .travis.yml
  13. call.go
  14. clientconn.go
  15. codegen.sh
  16. CONTRIBUTING.md
  17. doc.go
  18. grpc-auth-support.md
  19. LICENSE
  20. Makefile
  21. PATENTS
  22. README.md
  23. rpc_util.go
  24. rpc_util_test.go
  25. server.go
  26. stream.go
  27. 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 or above and setup your Go workspace on your computer. The simplest way to install the library is to run:

$ go get google.golang.org/grpc

Prerequisites

This requires Go 1.4 or above.

Documentation

You can find more detailed documentation and examples in the examples directory.

Status

Beta release