qmuntal / stateless

Go library for creating finite state machines
BSD 2-Clause "Simplified" License
898 stars 47 forks source link

Rewrite interface{} to any #59

Closed qmuntal closed 11 months ago

qmuntal commented 11 months ago

Using any instead of interface{} makes the code cleaner.

Command: gofmt -w -r "interface{} -> any" .