https://github.com/covrom/fsm
finite state machine in Go
https://github.com/covrom/fsm
finite fsm go golang machine state
Last synced: 5 months ago
JSON representation
finite state machine in Go
- Host: GitHub
- URL: https://github.com/covrom/fsm
- Owner: covrom
- License: mit
- Created: 2019-07-18T19:54:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T20:47:28.000Z (over 6 years ago)
- Last Synced: 2023-08-10T23:12:24.632Z (almost 3 years ago)
- Topics: finite, fsm, go, golang, machine, state
- Language: Go
- Size: 7.81 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fsm
Just finite state machine in Go.
Simple and powerful.
See `example` directory.