containerd/vendor/google.golang.org/grpc
Marcos Lilljedahl d5742209d3 Switch to new vendor directory layout
Fixes #113

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2016-03-16 01:56:22 -03:00
..
codes Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
credentials Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
grpclog Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
metadata Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
naming Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
transport Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
.travis.yml Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
call.go Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
clientconn.go Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
codegen.sh Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
CONTRIBUTING.md Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
coverage.sh Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
doc.go Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
LICENSE Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
Makefile Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
PATENTS Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
picker.go Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
README.md Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
rpc_util.go Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
server.go Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
stream.go Switch to new vendor directory layout 2016-03-16 01:56:22 -03:00
trace.go Switch to new vendor directory layout 2016-03-16 01:56:22 -03: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