distribution/vendor/google.golang.org/grpc
Derek McGowan b22c6b7a4e Update vendor directory to match expectation of vndr tool
Adds READMEs and enforces vendor is done at repository root

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
2017-04-10 12:07:32 -07:00
..
codes Replace godep with vndr 2016-11-23 15:07:06 -08:00
credentials Replace godep with vndr 2016-11-23 15:07:06 -08:00
grpclog Replace godep with vndr 2016-11-23 15:07:06 -08:00
internal Fix GCS 2016-03-22 10:50:52 -07:00
metadata Replace godep with vndr 2016-11-23 15:07:06 -08:00
naming Fix GCS 2016-03-22 10:50:52 -07:00
peer Fix GCS 2016-03-22 10:50:52 -07:00
transport Replace godep with vndr 2016-11-23 15:07:06 -08:00
LICENSE 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 Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -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
doc.go Replace godep with vndr 2016-11-23 15:07:06 -08: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