From 3c9165da4bbc1e05e42e24671c081704f87588de Mon Sep 17 00:00:00 2001 From: Zhi Wang Date: Wed, 5 Jan 2022 15:08:27 -0500 Subject: [PATCH] wip --- main.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/main.go b/main.go index 7e2bb4a..b2ebbd3 100644 --- a/main.go +++ b/main.go @@ -4,15 +4,13 @@ import ( "fmt" "net/http" "net/url" - "strings" - - "github.com/gin-gonic/gin" - "github.com/gorilla/websocket" - "os" "os/exec" + "strings" "github.com/creack/pty" + "github.com/gin-gonic/gin" + "github.com/gorilla/websocket" "golang.org/x/term" )