We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8a1eb commit 789232cCopy full SHA for 789232c
api-error-response.go
@@ -112,7 +112,7 @@ func httpRespToErrorResponse(resp *http.Response) error {
112
//
113
// For example:
114
115
-// import admin "github.com/minio/madmin-go/v3"
+// import admin "github.com/minio/madmin-go/v4"
116
// ...
117
118
// ss, err := adm.ServiceStatus(...)
logger/log/entry.go
@@ -21,7 +21,7 @@ import (
21
"strings"
22
"time"
23
24
- "github.com/minio/madmin-go/v3"
+ "github.com/minio/madmin-go/v4"
25
)
26
27
// ObjectVersion object version key/versionId
0 commit comments