a685e3fc98
Vndr has a simpler configuration and allows pointing to forked packages. Additionally other docker projects are now using vndr making vendoring in distribution more consistent. Updates letsencrypt to use fork. No longer uses sub-vendored packages. Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
6 lines
155 B
Go
6 lines
155 B
Go
/*
|
|
Package grpc implements an RPC system called gRPC.
|
|
|
|
See www.grpc.io for more information about gRPC.
|
|
*/
|
|
package grpc // import "google.golang.org/grpc"
|