change log package references to grpc/log
14 files changed
tree: 65cb42a9af57bfd2015d330956fbb82d16fcd3b8
  1. benchmark/
  2. codes/
  3. credentials/
  4. examples/
  5. interop/
  6. log/
  7. metadata/
  8. test/
  9. transport/
  10. .travis.yml
  11. call.go
  12. clientconn.go
  13. codegen.sh
  14. CONTRIBUTING.md
  15. doc.go
  16. grpc-auth-support.md
  17. LICENSE
  18. PATENTS
  19. README.md
  20. rpc_util.go
  21. rpc_util_test.go
  22. server.go
  23. stream.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.