Closed qmuntal closed 1 year ago
Using any instead of interface{} makes the code cleaner.
any
interface{}
Command: gofmt -w -r "interface{} -> any" .
gofmt -w -r "interface{} -> any" .
Using
any
instead ofinterface{}
makes the code cleaner.Command:
gofmt -w -r "interface{} -> any" .