feat(打包): 项目信息的修改以及打包脚本的编写

This commit is contained in:
lqyan
2024-11-05 14:30:24 +08:00
parent 947718c5f6
commit 0fde21c0ec
6 changed files with 13 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ package main
import (
"log"
"net"
"test-proxy-go/common"
"yuchat-proxy/common"
"github.com/gorilla/websocket"
)