1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00

Migrate to golang1.5 with new GO15VENDOREXPERIMENT enabled

This commit is contained in:
Harshavardhana
2015-08-22 19:04:17 -07:00
parent 8a9e3b7e05
commit a0e66ce640
185 changed files with 7370 additions and 134 deletions

View File

@@ -23,9 +23,9 @@ import (
"path/filepath"
"strconv"
"github.com/minio/mc/internal/github.com/minio/minio/pkg/probe"
. "github.com/minio/mc/internal/gopkg.in/check.v1"
"github.com/minio/mc/pkg/console"
"github.com/minio/minio/pkg/probe"
. "gopkg.in/check.v1"
)
func (s *CmdTestSuite) TestLSCmd(c *C) {