Add error handling note to Quick Start example
CI / build (push) Successful in 17s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit was merged in pull request #47.
This commit is contained in:
2026-01-10 18:04:03 +00:00
co-authored by Claude Opus 4.5
parent 655ee0ac49
commit b6de82c8ee
+1
View File
@@ -48,6 +48,7 @@ func main() {
eventStore := store.NewInMemoryEventStore()
// Create and save events
// Error handling omitted for brevity
orderID := "order-123"
orderPlaced := &aether.Event{