Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 293 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 293 Bytes

###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