Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@yohamta yohamta released this 17 Aug 04:43
· 3 commits to main since this release
6b7b0f8

Dew v1.0.0 Release Notes

Here's the release of Dew v1.0.0, a lightweight command bus library for Go.

Features

  • Simple command bus interface
  • Support for actions and queries
  • Basic middleware system
  • Group functionality for organizing handlers
  • Asynchronous query execution

Installation

To use Dew in your project:

go get github.com/go-dew/dew

Usage

For usage instructions and examples, please refer to the README.

Feedback

If you encounter any issues or have suggestions, please open an issue on our GitHub repository.