From 22c599abc18895f73e96095f35b71cf3357d41b4 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Wed, 28 Jul 2021 18:21:52 -0700 Subject: Move code to hotline dir --- server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/main.go') diff --git a/server/main.go b/server/main.go index 0b9a09c..772625b 100644 --- a/server/main.go +++ b/server/main.go @@ -4,7 +4,7 @@ import ( "context" "flag" "fmt" - "github.com/jhalter/mobius" + "github.com/jhalter/mobius/hotline" "go.uber.org/zap" "go.uber.org/zap/zapcore" "os" -- cgit