Matt T. Proud 6340c9ec1d Gracefully deny supplemental transport shutdowns.
This commit ensures that transport shutdowns do not panic on
supplemental shutdowns, even if users should not attempt multiple
shutdowns.  This is done to make the surface for users a little more
forgiving.

The _transport suffix in these implementation filenames are dropped
since they are already part of the transport package, which makes
the specification both redundant and adds stutter.

TEST=``go test ./...``
2015-02-25 21:42:08 +01:00
2015-02-19 18:43:28 -08:00
2015-02-23 11:51:15 -08:00
2015-02-20 11:05:26 -08:00
2015-02-23 17:24:47 -08:00
2015-02-09 13:46:16 +11:00
2015-02-05 17:14:05 -08:00
2015-02-19 11:27:22 -08:00

#gRPC-Go

The Go implementation of gRPC

Installation

To install this package, you need to install Go 1.4 and setup your Go workspace on your computer. The simplest way to install the library is to run:

$ go get google.golang.org/grpc

Documentation

You can find more detailed documentation and examples in the grpc-common repository.

Status

Alpha - ready for early adopters.

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