Merge pull request #292 from yangzhouhan/healthcheck

update healthCheck service
tree: 147bda8d11dcc55ebbfc333838557acad282eaa3
  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 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.