This commit is contained in:
邹宗楠
2023-01-27 14:29:33 +08:00
parent d78f392625
commit 942f9f93b4

View File

@@ -17,6 +17,7 @@ import (
//入口
func ListenTcp() {
globals.SugarLogger.Debugf("==================8000")
t := NewTcpClient()
l, err := net.Listen("tcp", ":8000")
if err != nil {