Skip to content

necrobits/x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of common packages in Golang

Resources

License

Stars

Watchers

Forks

Languages