repository
0.0.0-20240507152725-d3e62825457a
Repository: https://github.com/necrobits/x.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
A collection of common libs in Golang
List of packages
flow
: A library for finite state machine (FSM). A flow can have internal data and can be serialized to JSON.flowviz
: Visualizes a flow from the packageflow
in Graphviz format.event
: A library for event-handling systems, which follows both observer pattern (with event dispatcher and listener) and pub-sub pattern (with eventbus).