Simple State Machine
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Efertone 9287416d61
continuous-integration/drone/push Build is failing Details
level up ;) bidirectional transition is not working as expected yet :(
2 years ago
.vscode update vscode settings 2 years ago
example level up ;) bidirectional transition is not working as expected yet :( 2 years ago
.drone.yaml remove double diff 2 years ago
.gitattributes Testing 2 years ago
.gitignore Testing 2 years ago
.golangci.yml Testing 2 years ago
.goreleaser.yml put the release task back in Makefile 2 years ago
LICENSE Testing 2 years ago
Makefile put the release task back in Makefile 2 years ago
README.md Update readme 2 years ago
default_state.go level up ;) bidirectional transition is not working as expected yet :( 2 years ago
default_state_test.go level up ;) bidirectional transition is not working as expected yet :( 2 years ago
default_transition.go level up ;) bidirectional transition is not working as expected yet :( 2 years ago
error.go level up ;) bidirectional transition is not working as expected yet :( 2 years ago
go.mod level up ;) bidirectional transition is not working as expected yet :( 2 years ago
go.sum level up ;) bidirectional transition is not working as expected yet :( 2 years ago
state.go level up ;) bidirectional transition is not working as expected yet :( 2 years ago
state_machine.go level up ;) bidirectional transition is not working as expected yet :( 2 years ago
state_machine_test.go level up ;) bidirectional transition is not working as expected yet :( 2 years ago
tools_test.go put the release task back in Makefile 2 years ago
transition.go level up ;) bidirectional transition is not working as expected yet :( 2 years ago

README.md

Simple State Machine

For examples, check state_machine_test.go.

Build Status