commit | 3490323066222fe765ef7903b53a48cbc876906d | [log] [tgz] |
---|---|---|
author | Qi Zhao <toqizhao@gmail.com> | Mon Nov 09 13:47:31 2015 -0800 |
committer | Qi Zhao <toqizhao@gmail.com> | Mon Nov 09 13:47:31 2015 -0800 |
tree | 8873509509e5f7178b301f8db2e2ff0d3f21bbe4 | |
parent | 1684e4a49ba8e6c88a8628b26395f310a1e3d99f [diff] | |
parent | 5feafb6c20723efc6dbe8f6aaf29a18a6d0805b9 [diff] |
Merge pull request #438 from alexanderfahlke/fix-push-to-coveralls removed automatic push to coveralls fixes grpc/grpc-go#436
#gRPC-Go
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.
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
This requires Go 1.4 or above.
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.
See API documentation for package and API descriptions and find examples in the examples directory.
Beta release