Restructure directory, add 'pkgs' folder now

This commit is contained in:
Harshavardhana
2014-11-24 15:10:25 -08:00
parent a1aafb9648
commit 3cefaf5ad8
128 changed files with 50 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import (
"strconv"
"github.com/codegangsta/cli"
"github.com/minio-io/minio/erasure"
"github.com/minio-io/minio/pkgs/erasure"
)
func main() {

View File

@@ -7,7 +7,7 @@ import (
"strconv"
"github.com/codegangsta/cli"
"github.com/minio-io/minio/erasure"
"github.com/minio-io/minio/pkgs/erasure"
)
func main() {