This commit is contained in:
suyl
2021-07-30 14:36:04 +08:00
parent ee5f58f6f9
commit d1c0a06730
2 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ import (
"time"
)
//入口
func ListenTcp() {
t := NewTcpClient()
l, err := net.Listen("tcp", ":8000")