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 --- client/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/main.go') diff --git a/client/main.go b/client/main.go index 6008cad..3ce4c7e 100644 --- a/client/main.go +++ b/client/main.go @@ -4,7 +4,7 @@ import ( "context" "flag" "fmt" - hotline "github.com/jhalter/mobius" + "github.com/jhalter/mobius/hotline" "github.com/rivo/tview" "go.uber.org/zap" "go.uber.org/zap/zapcore" @@ -14,6 +14,7 @@ import ( "syscall" ) + func main() { _, cancelRoot := context.WithCancel(context.Background()) -- cgit