mirror of
https://github.com/minio/minio.git
synced 2025-01-27 22:46:00 -05:00
commit
3b3e446102
2
Makefile
2
Makefile
@ -22,6 +22,8 @@ test-all: build-all
|
|||||||
@echo "Running Test Suites:"
|
@echo "Running Test Suites:"
|
||||||
@godep go test -race ./...
|
@godep go test -race ./...
|
||||||
|
|
||||||
|
test: test-all
|
||||||
|
|
||||||
minio: build-all test-all
|
minio: build-all test-all
|
||||||
|
|
||||||
install: minio
|
install: minio
|
||||||
|
@ -23,7 +23,7 @@ import (
|
|||||||
|
|
||||||
"github.com/minio-io/minio/pkg/api/minioapi"
|
"github.com/minio-io/minio/pkg/api/minioapi"
|
||||||
"github.com/minio-io/minio/pkg/api/webuiapi"
|
"github.com/minio-io/minio/pkg/api/webuiapi"
|
||||||
"github.com/minio-io/minio/pkg/httpserver"
|
"github.com/minio-io/minio/pkg/server/httpserver"
|
||||||
mstorage "github.com/minio-io/minio/pkg/storage"
|
mstorage "github.com/minio-io/minio/pkg/storage"
|
||||||
"github.com/minio-io/minio/pkg/storage/fs"
|
"github.com/minio-io/minio/pkg/storage/fs"
|
||||||
"github.com/minio-io/minio/pkg/storage/inmemory"
|
"github.com/minio-io/minio/pkg/storage/inmemory"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user