qmuntal / stateless

Go library for creating finite state machines
https://wikipedia.org/wiki/Finite-state_machine
BSD 2-Clause "Simplified" License
974 stars 53 forks source link

Rewrite interface{} to any #59

Closed qmuntal closed 1 year ago

qmuntal commented 1 year ago

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

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