/stm

Minimalist State Machine library for Golang

Primary LanguageGoMIT LicenseMIT

stm

Minimalist State Machine library for Golang, inspired by Bubble Tea.

Go Reference CI Tests

Test

  • make sure you have mockery installed
go install github.com/vektra/mockery/v2@v2.28.2
  • then run the tests:
make test