Consolidate controller, move rpc package into controller - remove dangling code in pkg/server

This commit is contained in:
Harshavardhana
2015-09-15 19:38:30 -07:00
parent 8d5f6e0b96
commit 3f4b98ca4c
13 changed files with 9 additions and 36 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import (
"testing"
jsonrpc "github.com/gorilla/rpc/v2/json"
"github.com/minio/minio/pkg/rpc"
"github.com/minio/minio/pkg/controller/rpc"
. "gopkg.in/check.v1"
)