nspcc-dev/neo-go

Use 'any' type alias

Closed this issue · 1 comments

Go 1.18 introduced any as an alias for interface{} and it's good. I'd like to convert all of our code to using it after we say bye-bye to 1.17 compatibility.

Closed by #2957.