Skip to content

Commit 789232c

Browse files
logger entry must point to madmin-go/v4
1 parent 8d8a1eb commit 789232c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-error-response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func httpRespToErrorResponse(resp *http.Response) error {
112112
//
113113
// For example:
114114
//
115-
// import admin "github.com/minio/madmin-go/v3"
115+
// import admin "github.com/minio/madmin-go/v4"
116116
// ...
117117
// ...
118118
// ss, err := adm.ServiceStatus(...)

logger/log/entry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"strings"
2222
"time"
2323

24-
"github.com/minio/madmin-go/v3"
24+
"github.com/minio/madmin-go/v4"
2525
)
2626

2727
// ObjectVersion object version key/versionId

0 commit comments

Comments
 (0)