mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Build fix, remove 'errors' not used
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user