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.
any
interface{}
1 parent 0bc0688 commit af01b6dCopy full SHA for af01b6d
command.go
@@ -5629,7 +5629,7 @@ type MapStringFloatCmd struct {
5629
5630
var _ Cmder = (*MapStringFloatCmd)(nil)
5631
5632
-func NewMapStringFloatCmd(ctx context.Context, args ...interface{}) *MapStringFloatCmd {
+func NewMapStringFloatCmd(ctx context.Context, args ...any) *MapStringFloatCmd {
5633
return &MapStringFloatCmd{
5634
baseCmd: baseCmd{
5635
ctx: ctx,
0 commit comments