Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 422 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 422 Bytes

Description

The eventbus package provides a simple event bus for Go. It features:

  • async/sync publishing
  • flexible event matching mechanism (exact match, wildcard, regex, ...)

Usage

See eventbus_example_test.go for an example of how to use this package

Documentation

You can find the documentation of the package here