/go-event-sourcing-sample

A small sample of Event Sourcing in Go

Primary LanguageGo

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