1
0
mirror of https://github.com/minio/minio.git synced 2025-04-09 14:10:10 -04:00

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

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

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