mirror of https://github.com/perkeep/perkeep.git
![]() Replaced github.com/bradfitz/http2 with the latest golang.org/x/net/http2 and updated the following dependencies: golang.org/x/net @ a179abb31d787abdb406d922dff79635a8d784a4 golang.org/x/oauth2 @ 038cb4adce85ed41e285c2e7cc6221a92bfa44aa google.golang.org/grpc @ 1684e4a49ba8e6c88a8628b26395f310a1e3d99f Change-Id: Ic8f294f22a4ec7f7ee513fd1eb29a0b72ac41886 |
||
---|---|---|
.. | ||
benchmark | ||
codes | ||
credentials | ||
examples/route_guide | ||
grpclog | ||
health | ||
interop | ||
metadata | ||
test | ||
transport | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
PATENTS | ||
README.md | ||
call.go | ||
clientconn.go | ||
codegen.sh | ||
doc.go | ||
grpc-auth-support.md | ||
picker.go | ||
rpc_util.go | ||
rpc_util_test.go | ||
server.go | ||
stream.go | ||
trace.go |
README.md
#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.