mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-20 02:01:37 +01:00
7 lines
151 B
Go
7 lines
151 B
Go
/*
|
|
Package grpc implements an RPC system called gRPC.
|
|
|
|
See grpc.io for more information about gRPC.
|
|
*/
|
|
package grpc // import "google.golang.org/grpc"
|