From 5b4885cf6ce3ffe5598ade7c3413cd29d7302d17 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 1 Oct 2017 22:25:26 -0700 Subject: [PATCH] proto/client: change package name to routeclient --- proto/client/client.go | 1 + proto/client/doc.go | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 proto/client/client.go 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