fdelbos / stm

Minimalist State Machine library for Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Minimalist State Machine library for Golang

License:MIT License


Languages

Language:Go 96.6%Language:Makefile 3.4%