]> git.r.bdr.sh - rbdr/mobius/blobdiff - client/main.go
Fix client banner prob from file re-org
[rbdr/mobius] / client / main.go
index 6008cad5ac67c20bcd57133a12c4ec4f954aab2e..3ce4c7ed142a73f251c094a75674fbad44625dad 100644 (file)
@@ -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())