mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -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:
@@ -74,7 +74,7 @@ func TestDecoderFlat(t *testing.T) {
|
||||
1, 2.5
|
||||
]`
|
||||
expected = []struct {
|
||||
Value interface{}
|
||||
Value any
|
||||
ValueType ValueType
|
||||
}{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user