aboutsummaryrefslogtreecommitdiff
path: root/client/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/main.go')
-rw-r--r--client/main.go3
1 files changed, 2 insertions, 1 deletions
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())