distribution/vendor/google.golang.org/grpc
Olivier Gambier 77e69b9cf3 Move to vendor
Signed-off-by: Olivier Gambier <olivier@docker.com>
2016-03-22 10:45:49 -07:00
..
benchmark Move to vendor 2016-03-22 10:45:49 -07:00
codes Move to vendor 2016-03-22 10:45:49 -07:00
credentials Move to vendor 2016-03-22 10:45:49 -07:00
examples/route_guide Move to vendor 2016-03-22 10:45:49 -07:00
grpclog Move to vendor 2016-03-22 10:45:49 -07:00
health Move to vendor 2016-03-22 10:45:49 -07:00
interop Move to vendor 2016-03-22 10:45:49 -07:00
metadata Move to vendor 2016-03-22 10:45:49 -07:00
test Move to vendor 2016-03-22 10:45:49 -07:00
transport Move to vendor 2016-03-22 10:45:49 -07:00
.travis.yml Move to vendor 2016-03-22 10:45:49 -07:00
call.go Move to vendor 2016-03-22 10:45:49 -07:00
clientconn.go Move to vendor 2016-03-22 10:45:49 -07:00
codegen.sh Move to vendor 2016-03-22 10:45:49 -07:00
CONTRIBUTING.md Move to vendor 2016-03-22 10:45:49 -07:00
doc.go Move to vendor 2016-03-22 10:45:49 -07:00
grpc-auth-support.md Move to vendor 2016-03-22 10:45:49 -07:00
LICENSE Move to vendor 2016-03-22 10:45:49 -07:00
Makefile Move to vendor 2016-03-22 10:45:49 -07:00
PATENTS Move to vendor 2016-03-22 10:45:49 -07:00
README.md Move to vendor 2016-03-22 10:45:49 -07:00
rpc_util.go Move to vendor 2016-03-22 10:45:49 -07:00
rpc_util_test.go Move to vendor 2016-03-22 10:45:49 -07:00
server.go Move to vendor 2016-03-22 10:45:49 -07:00
stream.go Move to vendor 2016-03-22 10:45:49 -07:00
trace.go Move to vendor 2016-03-22 10:45:49 -07:00

#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.