An open API service indexing awesome lists of open source software.

https://github.com/snapp-incubator/fsm

Finite State Machine for Go
https://github.com/snapp-incubator/fsm

finite-state-machine fsm go

Last synced: about 1 month ago
JSON representation

Finite State Machine for Go

Awesome Lists containing this project

README

        








# FSM for Go

Finite State Machine for Go

It is heavily inspired from [looplab/fsm](https://github.com/looplab/fsm) library but with more abstractions and optimizations

## License

FSM is licensed under [MIT License](https://opensource.org/licenses/MIT)