Add error handling note to Quick Start example
All checks were successful
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 19:03:38 +01:00
parent 655ee0ac49
commit b6de82c8ee

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{