mirror of
https://github.com/minio/minio.git
synced 2025-04-26 13:02:24 -04:00
Merge pull request #372 from harshavardhana/pr_out_build_fix_remove_errors_not_used
This commit is contained in:
commit
2f611e61ea
3
main.go
3
main.go
@ -18,13 +18,12 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"os"
|
"os"
|
||||||
|
"time"
|
||||||
|
|
||||||
"errors"
|
|
||||||
"github.com/minio-io/cli"
|
"github.com/minio-io/cli"
|
||||||
"github.com/minio-io/iodine"
|
"github.com/minio-io/iodine"
|
||||||
"github.com/minio-io/minio/pkg/server"
|
"github.com/minio-io/minio/pkg/server"
|
||||||
"github.com/minio-io/minio/pkg/utils/log"
|
"github.com/minio-io/minio/pkg/utils/log"
|
||||||
"time"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// commitID is automatically set by git. Settings are controlled
|
// commitID is automatically set by git. Settings are controlled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user