go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

rewrite interface{} to any

Open cxljs opened this issue 5 months ago • 2 comments

Hello @ndyakov , Do you agree with replacing interface{} with any in non-constraint scenarios? If approved, we can migrate all interface{} occurrences. (similar to the commit: https://github.com/golang/go/commit/2580d0e08d5e9f979b943758d3c49877fb2324cb#diff-eca48ce939b837cddc0194885eff25247d2ef2c481b63a667ee14fafcc0f7c7c).

cxljs avatar May 20 '25 11:05 cxljs