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

https://github.com/mt-inside/go-fsm

Various examples of encoding a Finite State Automaton in Go
https://github.com/mt-inside/go-fsm

Last synced: 6 months ago
JSON representation

Various examples of encoding a Finite State Automaton in Go

Awesome Lists containing this project

README

          

# go-fsm
Various examples of encoding a Finite State Automaton ([this one](https://en.wikipedia.org/wiki/Finite-state_machine#Example:_coin-operated_turnstile)) in Go.

Try them with `go run ./pkg/foo`