Add error handling note to Quick Start example
All checks were successful
CI / build (push) Successful in 17s
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:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user