mirror of
https://github.com/minio/minio.git
synced 2025-04-10 22:47:52 -04:00
Build fix, remove 'errors' not used
This commit is contained in:
parent
63194c321d
commit
54519bc0b9
3
main.go
3
main.go
@ -18,13 +18,12 @@ package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"errors"
|
||||
"github.com/minio-io/cli"
|
||||
"github.com/minio-io/iodine"
|
||||
"github.com/minio-io/minio/pkg/server"
|
||||
"github.com/minio-io/minio/pkg/utils/log"
|
||||
"time"
|
||||
)
|
||||
|
||||
// commitID is automatically set by git. Settings are controlled
|
||||
|
Loading…
x
Reference in New Issue
Block a user