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.