https://github.com/cbuschka/ddd-in-go
DDD in golang
https://github.com/cbuschka/ddd-in-go
ddd golang poc
Last synced: 7 months ago
JSON representation
DDD in golang
- Host: GitHub
- URL: https://github.com/cbuschka/ddd-in-go
- Owner: cbuschka
- License: mit
- Created: 2020-07-18T07:25:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T14:51:30.000Z (about 5 years ago)
- Last Synced: 2025-01-16T04:23:03.803Z (9 months ago)
- Topics: ddd, golang, poc
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# DDD in golang
[](https://travis-ci.com/github/cbuschka/ddd-in-go)### An example how to implement aggregates, command and events in go.
## Run tests
```
make test
```## License
[MIT](./license.txt)