hallgren / eventsourcing

Event Sourcing in Go
Mozilla Public License 2.0
188 stars 20 forks source link

Decouple main modules from event store modules. #93

Closed hallgren closed 10 months ago

hallgren commented 10 months ago

I will add more information here as I get more work done on this proposal. The aim of this PR is to release a new common module holding the common parts between the main module and the event store modules. The release version will be 0.1.0 on both the main eventsourcing module and all event stores.