distribution/vendor/google.golang.org/grpc
Olivier Gambier 53e3c1d7b2 Fix godeps
Signed-off-by: Olivier Gambier <olivier@docker.com>
2016-03-22 10:45:50 -07:00
..
codes Fix godeps 2016-03-22 10:45:50 -07:00
credentials Fix godeps 2016-03-22 10:45:50 -07:00
grpclog Fix godeps 2016-03-22 10:45:50 -07:00
metadata Fix godeps 2016-03-22 10:45:50 -07:00
transport Fix godeps 2016-03-22 10:45:50 -07:00
.travis.yml Move to vendor 2016-03-22 10:45:49 -07:00
CONTRIBUTING.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
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 Fix godeps 2016-03-22 10:45:50 -07:00
doc.go Fix godeps 2016-03-22 10:45:50 -07:00
grpc-auth-support.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
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

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.