3 ms·
Now time to update interface{} usage and shift to any. $ gofmt -r 'interface{} -> any' -l **/*.go Replace -l with -w to write.
by slicedbrandy 5y ago
Now time to update interface{} usage and shift to any.
$ gofmt -r 'interface{} -> any' -l **/*.go
Replace -l with -w to write.