aboutsummaryrefslogtreecommitdiffstats
path: root/relay/main.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-03-09 17:50:44 -0700
committerbndw <ben@bdw.to>2026-03-09 17:50:44 -0700
commit170bdf9c14899e436e7aae4411bcb5cd166e7217 (patch)
tree1c865de97bcc5d2a12e35426d53b939222c57f03 /relay/main.go
parenteca962d7c26bbea57801576935b98f3540e43da6 (diff)
refactor: rename modules to code.northwest.io/axon
Diffstat (limited to 'relay/main.go')
-rw-r--r--relay/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/relay/main.go b/relay/main.go
index 2cfa034..099b28f 100644
--- a/relay/main.go
+++ b/relay/main.go
@@ -11,8 +11,8 @@ import (
11 "syscall" 11 "syscall"
12 "time" 12 "time"
13 13
14 "axon/relay/storage" 14 "code.northwest.io/axon/relay/storage"
15 "axon/relay/subscription" 15 "code.northwest.io/axon/relay/subscription"
16) 16)
17 17
18func main() { 18func main() {