distribution/vendor/google.golang.org/grpc
Tariq Ibrahim 5223c27422
migrate to go modules from vndr
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
2019-06-19 12:24:07 -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
.travis.yml migrate to go modules from vndr 2019-06-19 12:24:07 -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 migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
CONTRIBUTING.md migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
coverage.sh migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
doc.go Replace godep with vndr 2016-11-23 15:07:06 -08:00
LICENSE Move to vendor 2016-03-22 10:45:49 -07:00
Makefile migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
PATENTS Move to vendor 2016-03-22 10:45:49 -07:00
picker.go Fix GCS 2016-03-22 10:50:52 -07:00
README.md Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -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

#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