mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
Convert errors tracer into a separate package (#5221)
This commit is contained in:
+2
-1
@@ -25,6 +25,7 @@ import (
|
||||
|
||||
"github.com/minio/cli"
|
||||
"github.com/minio/dsync"
|
||||
"github.com/minio/minio/pkg/errors"
|
||||
miniohttp "github.com/minio/minio/pkg/http"
|
||||
)
|
||||
|
||||
@@ -150,7 +151,7 @@ func serverMain(ctx *cli.Context) {
|
||||
enableLoggers()
|
||||
|
||||
// Init the error tracing module.
|
||||
initError()
|
||||
errors.Init(GOPATH, "github.com/minio/minio")
|
||||
|
||||
// Check and load SSL certificates.
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user