mirror of
https://github.com/traefik/traefik.git
synced 2025-08-11 17:17:09 +02: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"
|