diff --git a/proto/client/client.go b/proto/client/client.go new file mode 100644 index 0000000..b3c74f9 --- /dev/null +++ b/proto/client/client.go @@ -0,0 +1 @@ +package routeclient diff --git a/proto/client/doc.go b/proto/client/doc.go index b0746d2..1c1f23d 100644 --- a/proto/client/doc.go +++ b/proto/client/doc.go @@ -1,2 +1,2 @@ -// Package client is a higer level convenience wrapper around the RPC layer for route. -package client +// Package routeclient is a higer level convenience wrapper around the RPC layer for route. +package routeclient