looplab / fsm

Finite State Machine for Go
Apache License 2.0
2.86k stars 312 forks source link

Add ability to delete from fsm metadata by key #93

Closed abramlab closed 1 year ago

abramlab commented 1 year ago

I suppose that the ability to remove from the metadata by key will be useful.

coveralls commented 1 year ago

Coverage Status

Coverage decreased (-1.07%) to 92.661% when pulling 10b91ccdf297567243cc9d6bc88029dafb801c6c on abramlab:delete-from-metadata into 3637340ce5e584a1ff164a85c477f31ad58bb33d on looplab:main.

maxekman commented 1 year ago

Nice contribution, thanks!