Change all minio-io path to minio

This commit is contained in:
Harshavardhana
2015-05-11 16:23:10 -07:00
parent e39de4f603
commit 8d06504068
68 changed files with 127 additions and 127 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ package donut
import (
"errors"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio/minio/pkg/iodine"
)
// donut struct internal data
+1 -1
View File
@@ -29,7 +29,7 @@ import (
"crypto/md5"
"encoding/hex"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio/minio/pkg/iodine"
)
// internal struct carrying bucket specific information
+2 -2
View File
@@ -29,8 +29,8 @@ import (
"strconv"
"strings"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio-io/minio/pkg/utils/split"
"github.com/minio/minio/pkg/iodine"
"github.com/minio/minio/pkg/utils/split"
)
/// This file contains all the internal functions used by Bucket interface
+1 -1
View File
@@ -24,7 +24,7 @@ import (
"io/ioutil"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio/minio/pkg/iodine"
)
// internal disk struct
+2 -2
View File
@@ -20,8 +20,8 @@ import (
"errors"
"strconv"
encoding "github.com/minio-io/minio/pkg/erasure"
"github.com/minio-io/minio/pkg/iodine"
encoding "github.com/minio/minio/pkg/erasure"
"github.com/minio/minio/pkg/iodine"
)
// encoder internal struct
+1 -1
View File
@@ -19,7 +19,7 @@ package donut
import (
"errors"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio/minio/pkg/iodine"
)
// node struct internal
+1 -1
View File
@@ -21,7 +21,7 @@ import (
"os"
"strings"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio/minio/pkg/iodine"
)
// Rebalance -
+1 -1
View File
@@ -28,7 +28,7 @@ import (
"testing"
"time"
. "github.com/minio-io/check"
. "github.com/minio/check"
)
func Test(t *testing.T) { TestingT(t) }
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"errors"
"path"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio/minio/pkg/iodine"
)
// Heal - heal a donut and fix bad data blocks
+1 -1
View File
@@ -24,7 +24,7 @@ import (
"strconv"
"strings"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio/minio/pkg/iodine"
)
// MakeBucket - make a new bucket
+1 -1
View File
@@ -25,7 +25,7 @@ import (
"path"
"strings"
"github.com/minio-io/minio/pkg/iodine"
"github.com/minio/minio/pkg/iodine"
)
/// This file contains all the internal functions used by Object interface