Migrate to golang1.5 release with GO15VENDOREXPERIMENT=1 enabled

This commit is contained in:
Harshavardhana
2015-08-22 18:34:00 -07:00
parent 5721d85c9a
commit 988d39a5b6
152 changed files with 10387 additions and 83 deletions

View File

@@ -26,7 +26,7 @@ import (
"strings"
"sync"
"github.com/minio/minio/internal/github.com/dustin/go-humanize"
"github.com/dustin/go-humanize"
)
// GetSysInfo returns useful system statistics.

View File

@@ -19,8 +19,8 @@ import (
"os"
"testing"
. "github.com/minio/minio/internal/gopkg.in/check.v1"
"github.com/minio/minio/pkg/probe"
. "gopkg.in/check.v1"
)
func Test(t *testing.T) { TestingT(t) }