X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/12ace83fb129e2e37b97def6b5daf893f49d7418..ce348eb8447f1e0721dd73f4f40023f65ffc64dd:/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())