Gyu-Ho Lee 1a8b295dab vendor: update grpc/grpc-go for clientconn patch 8 năm trước cách đây
..
codes b1d41016b2 vendor: only vendor on emitted binaries 8 năm trước cách đây
credentials ee8c577fc0 vendor: update grpc 8 năm trước cách đây
grpclog b1d41016b2 vendor: only vendor on emitted binaries 8 năm trước cách đây
internal 6b0eb9c3c0 godeps: update grpc dependency 8 năm trước cách đây
metadata ee8c577fc0 vendor: update grpc 8 năm trước cách đây
naming b382c2c86f vendor: update grpc 8 năm trước cách đây
peer b1d41016b2 vendor: only vendor on emitted binaries 8 năm trước cách đây
transport ee8c577fc0 vendor: update grpc 8 năm trước cách đây
.travis.yml ee8c577fc0 vendor: update grpc 8 năm trước cách đây
CONTRIBUTING.md 6b0eb9c3c0 godeps: update grpc dependency 8 năm trước cách đây
LICENSE b1d41016b2 vendor: only vendor on emitted binaries 8 năm trước cách đây
Makefile b2a531d5a3 vendor: update grpc dependency 8 năm trước cách đây
PATENTS b382c2c86f vendor: update grpc 8 năm trước cách đây
README.md 6b0eb9c3c0 godeps: update grpc dependency 8 năm trước cách đây
backoff.go b382c2c86f vendor: update grpc 8 năm trước cách đây
balancer.go a11ee983c4 vendor: update grpc 8 năm trước cách đây
call.go 1a8b295dab vendor: update grpc/grpc-go for clientconn patch 8 năm trước cách đây
clientconn.go 1a8b295dab vendor: update grpc/grpc-go for clientconn patch 8 năm trước cách đây
codegen.sh d03a3d141e vendor: update gRPC dependency 8 năm trước cách đây
coverage.sh d03a3d141e vendor: update gRPC dependency 8 năm trước cách đây
doc.go b1d41016b2 vendor: only vendor on emitted binaries 8 năm trước cách đây
interceptor.go 12d01bb1eb vendor: update grpc, gogo/protobuf 8 năm trước cách đây
rpc_util.go ee8c577fc0 vendor: update grpc 8 năm trước cách đây
server.go ee8c577fc0 vendor: update grpc 8 năm trước cách đây
stream.go 1a8b295dab vendor: update grpc/grpc-go for clientconn patch 8 năm trước cách đây
trace.go b382c2c86f vendor: update grpc 8 năm trước cách đây

README.md

#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

Beta release