jen20 / go-event-sourcing-sample

A small sample of Event Sourcing in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A small sample of Event Sourcing in Go


Languages

Language:Go 98.3%Language:Makefile 1.7%