Go 的有限状态机
FSM is a finite state machine for Go.
It is heavily based on two FSM implementations:
Javascript Finite State Machine, https://github.com/jakesgordon/javascript-state-machine
Fysom for Python, https://github.com/oxplot/fysom (forked at https://github.com/mriehl/fysom)
For API docs and examples see http://godoc.org/github.com/looplab/fsm
From examples/simple.go:
…
From examples/struct.go:
…
FSM is licensed under Apache License 2.0
暂无开放 Issues,或尚未同步最近议题。