Omit port number when construting audience string if it is default one (443)
1 file changed
tree: efccb2a9980a426804c99a2afa7a5da5b05f6930
  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 examples directory.

Status

Alpha - ready for early adopters.