An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# DDD in golang
[![Build](https://api.travis-ci.com/cbuschka/ddd-in-go.svg?branch=master)](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)