aboutsummaryrefslogtreecommitdiffstats
path: root/relay/main.go
diff options
context:
space:
mode:
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() {