Add fsm package

This commit is contained in:
jfbus 2021-10-12 22:27:17 +02:00 committed by Avelino
parent 5920c8ce3f
commit fc7f472697

View File

@ -433,6 +433,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [dict](https://github.com/srfrog/dict) - Python-like dictionaries (dict) for Go.
* [dsu](https://github.com/ihebu/dsu) - Disjoint Set data structure implementation in Go.
* [encoding](https://github.com/zhenjl/encoding) - Integer Compression Libraries for Go.
* [fsm](https://github.com/cocoonspace/fsm) - Finite-State Machine package.
* [gdcache](https://github.com/ulovecode/gdcache) - A pure non-intrusive cache library implemented by golang, you can use it to implement your own distributed cache.
* [go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) - Go implementation of Adaptive Radix Tree.
* [go-datastructures](https://github.com/Workiva/go-datastructures) - Collection of useful, performant, and thread-safe data structures.