forked from TrueCloudLab/distribution
77e69b9cf3
Signed-off-by: Olivier Gambier <olivier@docker.com>
6 lines
172 B
Go
6 lines
172 B
Go
/*
|
|
Package grpc implements an RPC system called gRPC.
|
|
|
|
See https://github.com/grpc/grpc for more information about gRPC.
|
|
*/
|
|
package grpc // import "google.golang.org/grpc"
|