Rename rpc-{client,server} storage-rpc-{client,server}

This commit is contained in:
Harshavardhana 2016-08-10 19:44:58 -07:00
parent 4917038f55
commit b4172ad3c8
3 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package cmd
package main
import (
"net/http"

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package cmd
package main
// GenericReply represents any generic RPC reply.
type GenericReply struct{}