mirror of
https://github.com/minio/minio.git
synced 2025-11-22 10:37:42 -05:00
Run modernize (#21546)
`go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...` executed. `go generate ./...` ran afterwards to keep generated.
This commit is contained in:
@@ -31,7 +31,7 @@ import (
|
||||
)
|
||||
|
||||
type tester interface {
|
||||
Fatal(args ...interface{})
|
||||
Fatal(args ...any)
|
||||
}
|
||||
|
||||
func loadCompressed(t tester, file string) (js []byte) {
|
||||
|
||||
Reference in New Issue
Block a user