Skip to content

Commit 1c22c24

Browse files
committed
Fix examples
1 parent 28eba05 commit 1c22c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/handler_timeout/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"time"
77

8-
"github.com/Protocol-Lattice/GoEventBus"
8+
"github.com/Raezil/GoEventBus"
99
)
1010

1111
// Handler runs for 150 ms unless its context is cancelled.

examples/publisher_timeout/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"time"
77

8-
"github.com/Protocol-Lattice/GoEventBus"
8+
"github.com/Raezil/GoEventBus"
99
)
1010

1111
// Shows back‑pressure timeout when the buffer is full.

0 commit comments

Comments
 (0)