Simple FSM with DFS. Made it because I needed to transition from on state to another state reachable in the path of the current state.
See fsm_test.go for an example
Simple FSM with DFS. Made it because I needed to transition from on state to another state reachable in the path of the current state.
See fsm_test.go for an example