perkeep/vendor/google.golang.org/grpc
Paul Lindner bf4b74b5d6 vendor: remove more testdata from vendored packages
This is another step towards getting vendor managed by dep.

Addresses: #889

Change-Id: Ibdc3102eee25d6e873f4f418d17f0b4e46b38d9f
2018-01-01 01:48:48 -08:00
..
Documentation vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
codes vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
credentials vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
grpclog vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
health vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
internal vendor: update cloud,grpc,protobuf libraries 2016-04-29 19:42:33 -07:00
interop vendor: remove more testdata from vendored packages 2018-01-01 01:48:48 -08:00
metadata vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
naming vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00
peer vendor: update cloud,grpc,protobuf libraries 2016-04-29 19:42:33 -07:00
stats vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
tap vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
transport vendor: remove more testdata from vendored packages 2018-01-01 01:48:48 -08:00
CONTRIBUTING.md vendor: update cloud,grpc,protobuf libraries 2016-04-29 19:42:33 -07:00
LICENSE vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
Makefile vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00
PATENTS vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00
README.md vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
backoff.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
backoff_test.go vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00
call.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
call_test.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
clientconn.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
clientconn_test.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
codegen.sh vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
coverage.sh vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
doc.go vendor: update cloud,grpc,protobuf libraries 2016-04-29 19:42:33 -07:00
interceptor.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
rpc_util.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
rpc_util_test.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
server.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
server_test.go vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00
stream.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
temp.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
trace.go vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00

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