Merge pull request #200 from abperiasamy/reorg

Reorg
master
Harshavardhana 10 years ago
commit 3b3e446102
  1. 2
      Makefile
  2. 0
      pkg/server/httpserver/httpserver.go
  3. 0
      pkg/server/httpserver/tlshelpers.go
  4. 2
      pkg/server/server.go

@ -22,6 +22,8 @@ test-all: build-all
@echo "Running Test Suites:"
@godep go test -race ./...
test: test-all
minio: build-all test-all
install: minio

@ -23,7 +23,7 @@ import (
"github.com/minio-io/minio/pkg/api/minioapi"
"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"
"github.com/minio-io/minio/pkg/storage/fs"
"github.com/minio-io/minio/pkg/storage/inmemory"

Loading…
Cancel
Save