Merge pull request #333 from tamird/dont-log-fatal

tests: use `testing.{B,T}` or return errors instead of crashing
tree: 6b53933b44d17d6edb003976f2292d4ee8f3c8dc
  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

Prerequisites

This requires Go 1.4 or above.

Documentation

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

Status

Alpha - ready for early adopters.