
This enforces that these packages are used with these import paths. See http://golang.org/cmd/go/#hdr-Import_path_checking for documentation.
7 lines
172 B
Go
7 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"
|