Ecosyste.ms: Awesome
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: 20 days ago
JSON representation
Finite State Machine for Go
- Host: GitHub
- URL: https://github.com/snapp-incubator/fsm
- Owner: snapp-incubator
- License: mit
- Created: 2021-11-29T03:36:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T12:32:05.000Z (about 3 years ago)
- Last Synced: 2024-11-23T10:37:30.462Z (3 months ago)
- Topics: finite-state-machine, fsm, go
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)