Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 409 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 409 Bytes

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 package flow 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).