proto/client: change package name to routeclient

This commit is contained in:
Cadey Ratio 2017-10-01 22:25:26 -07:00
parent 4f4f0d2214
commit 5b4885cf6c
No known key found for this signature in database
GPG Key ID: D607EE27C2E7F89A
2 changed files with 3 additions and 2 deletions

1
proto/client/client.go Normal file
View File

@ -0,0 +1 @@
package routeclient

View File

@ -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