distribution/vendor/google.golang.org/grpc
Olivier Gambier d1444b56e9 Fix GCS
Signed-off-by: Olivier Gambier <olivier@docker.com>
2016-03-22 10:50:52 -07:00
..
codes Fix godeps 2016-03-22 10:45:50 -07:00
credentials Fix GCS 2016-03-22 10:50:52 -07:00
grpclog Fix GCS 2016-03-22 10:50:52 -07:00
internal Fix GCS 2016-03-22 10:50:52 -07:00
metadata Fix GCS 2016-03-22 10:50:52 -07:00
naming Fix GCS 2016-03-22 10:50:52 -07:00
peer Fix GCS 2016-03-22 10:50:52 -07:00
transport Fix GCS 2016-03-22 10:50:52 -07:00
.travis.yml Fix GCS 2016-03-22 10:50:52 -07:00
CONTRIBUTING.md Fix GCS 2016-03-22 10:50:52 -07:00
LICENSE Move to vendor 2016-03-22 10:45:49 -07:00
Makefile Fix GCS 2016-03-22 10:50:52 -07:00
PATENTS Move to vendor 2016-03-22 10:45:49 -07:00
README.md Fix GCS 2016-03-22 10:50:52 -07:00
call.go Fix GCS 2016-03-22 10:50:52 -07:00
clientconn.go Fix GCS 2016-03-22 10:50:52 -07:00
codegen.sh Fix godeps 2016-03-22 10:45:50 -07:00
coverage.sh Fix GCS 2016-03-22 10:50:52 -07:00
doc.go Fix GCS 2016-03-22 10:50:52 -07:00
picker.go Fix GCS 2016-03-22 10:50:52 -07:00
rpc_util.go Fix GCS 2016-03-22 10:50:52 -07:00
server.go Fix GCS 2016-03-22 10:50:52 -07:00
stream.go Fix GCS 2016-03-22 10:50:52 -07:00
trace.go Fix GCS 2016-03-22 10:50:52 -07:00

README.md

#gRPC-Go

Build Status GoDoc

The Go implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the gRPC Quick Start guide.

Installation

To install this package, you need to install Go 1.4 or above 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.

Constraints

The grpc package should only depend on standard Go packages and a small number of exceptions. If your contribution introduces new dependencies which are NOT in the list, you need a discussion with gRPC-Go authors and consultants.

Documentation

See API documentation for package and API descriptions and find examples in the examples directory.

Status

Beta release