[Issue #44] Add README with quick start example #47

Merged
HugoNijhuis merged 2 commits from issue-44-readme into main 2026-01-10 18:04:03 +00:00
Showing only changes of commit ac068f7f62 - Show all commits

View File

@@ -48,6 +48,7 @@ func main() {
eventStore := store.NewInMemoryEventStore() eventStore := store.NewInMemoryEventStore()
// Create and save events // Create and save events
// Error handling omitted for brevity
orderID := "order-123" orderID := "order-123"
orderPlaced := &aether.Event{ orderPlaced := &aether.Event{