修改代码符合规范

This commit is contained in:
dushixiang
2022-01-23 18:09:31 +08:00
parent a372e8ae8c
commit d8377bf06c
7 changed files with 21 additions and 15 deletions

View File

@ -2,9 +2,11 @@ package utils
import (
"encoding/base64"
"github.com/gorilla/websocket"
"next-terminal/server/guacd"
"strconv"
"next-terminal/server/guacd"
"github.com/gorilla/websocket"
)
func Disconnect(ws *websocket.Conn, code int, reason string) {