###Event Sourcing in Go
This is the repository for the code which accompanies my post on Event Sourcing in Go. The original post is here.
To build and run:
make
./goes
To clean generated code and the binary:
make clean
###Event Sourcing in Go
This is the repository for the code which accompanies my post on Event Sourcing in Go. The original post is here.
To build and run:
make
./goes
To clean generated code and the binary:
make clean