Menghan Li 9874075aee Merge pull request #858 from iamqizhao/master
Detach user-passed context (via DialContext(...)) with the context of ClientConn
2016-08-24 15:24:05 -07:00
2016-08-10 14:31:48 -07:00
2015-03-24 10:15:18 -07:00
2016-07-29 11:29:02 +08:00
2016-07-27 23:38:59 -04:00
2016-06-10 14:20:04 -07:00
2016-05-26 15:11:33 -07:00
2016-01-06 19:04:19 -08:00
2016-07-27 23:39:19 -04:00
2016-06-29 13:36:10 -07:00
2016-08-18 16:53:48 -04:00
2015-11-11 14:50:21 -08:00
2016-08-18 16:53:48 -04:00
2016-08-16 15:48:05 -07:00
2016-08-16 16:56:16 -07:00
2016-08-24 10:46:06 -07:00
2016-08-24 12:56:16 -07:00
2015-06-24 11:34:49 +10:00
2016-02-19 11:56:12 -08:00
2015-02-05 17:14:05 -08:00
2016-06-09 14:40:28 -07:00
2016-08-18 17:09:26 -07:00
2016-07-29 18:08:00 -07:00
2016-07-27 23:39:19 -04:00
2016-08-16 16:56:16 -07:00
2016-06-01 16:40:26 -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 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.5 or later .

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

GA

Description
No description provided
Readme 18 MiB
Languages
Go 99.2%
Shell 0.7%