Programming

~/blog/2023-06-13-statetrooper-finite...
2023-06-13
#go #fsm #finite state machine #programming #golang

StateTrooper - A finite state machine for Go

Spent an evening getting rid of some repetitive state handling code in one of my Go projects. The result is StateTrooper, a finite state machine package.

Read more