Summary
Get a summary of what we have covered in this chapter
We'll cover the following...
Recap
We covered a lot about event sourcing, interfaces, structs, and types used to create an event sourcing implementation in Go. We started off by making a pretty big change to the simple events model used in the previous chapter. This ...