mirror of https://github.com/perkeep/perkeep.git
cb571228af
Uses revisions as close to current usage as possible. Addresses issues with repos that have different per-directory revisions. - cloud.google.com/go rev: b70ccc799b9d019708c3eb9395acef6e3f6b7bc8 - github.com/golang/protobuf rev: 1e59b77b52bf8e4b449a57e6f79f21226d571845 - google.golang.org/api rev: 48e49d1645e228d1c50c3d54fb476b2224477303 - google.golang.org/appengine rev: 150dc57a1b433e64154302bdc40b6bb8aefa313a version: v1.0.0 - google.golang.org/genproto rev: 08f135d1a31b6ba454287638a3ce23a55adace6f Addresses #889 Change-Id: I41610d2f409d7a558a59e3018094a124efc100c5 |
||
---|---|---|
.. | ||
codes | ||
credentials | ||
grpclog | ||
internal | ||
metadata | ||
naming | ||
peer | ||
stats | ||
tap | ||
transport | ||
CONTRIBUTING.md | ||
LICENSE | ||
Makefile | ||
PATENTS | ||
README.md | ||
backoff.go | ||
backoff_test.go | ||
call.go | ||
call_test.go | ||
clientconn.go | ||
clientconn_test.go | ||
codegen.sh | ||
coverage.sh | ||
doc.go | ||
interceptor.go | ||
rpc_util.go | ||
rpc_util_test.go | ||
server.go | ||
server_test.go | ||
stream.go | ||
temp.go | ||
trace.go |
README.md
#gRPC-Go experimental branch
This is an in-development experimental branch of https://github.com/grpc/grpc-go
This branch seeks to understand how much code be deleted and replaced with Go's native HTTP/2 implementation. (Preliminary prototypes suggest most of it.)
Installation
For development convenience (but not user convenience), the Go package path for this
repositor is unchanged. You can not fetch it with go get
. You just git clone
it to
$GOPATH/src/google.golang.org/grpc
manually.
Prerequisites
This requires Go 1.7 or later.
Status
An experiment.
Bugs, discussion
Let's just use this issue tracker for now: https://github.com/bradfitz/grpc-go/issues