mirror of
https://github.com/minio/minio.git
synced 2025-11-25 12:06:10 -05:00
Full restructure in accordance with
- pkg/{subsystem}/{package} style
- modify Makefile to reflect the new style,
consolidate various entries
- add a dummy ``main.go`` at top level
This commit is contained in:
@@ -29,10 +29,10 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/minio-io/minio/pkg/erasure"
|
||||
"github.com/minio-io/minio/pkg/split"
|
||||
"github.com/minio-io/minio/pkg/fileutils/split"
|
||||
"github.com/minio-io/minio/pkg/storage"
|
||||
"github.com/minio-io/minio/pkg/storage/appendstorage"
|
||||
"github.com/minio-io/minio/pkg/storage/erasure"
|
||||
"github.com/spaolacci/murmur3"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user