other: 移除 tools 包

This commit is contained in:
kercylan98 2023-07-13 18:58:58 +08:00
parent 349ec42a72
commit 3faca36d51
9 changed files with 1 additions and 7 deletions

View File

@ -23,7 +23,6 @@ mindmap
/server 网络服务器支持
/cross 内置跨服功能实现
/router 内置路由器功能实现
/tools 第三方工具
/utils 常用辅助函数包
```

View File

@ -15,7 +15,7 @@ func ExampleNew() {
conn.Write(packet)
})
//go func() { time.Sleep(1 * time.Second); srv.Shutdown() }()
go func() { time.Sleep(1 * time.Second); srv.Shutdown() }()
if err := srv.Run(":9999"); err != nil {
panic(err)
}

Binary file not shown.

View File

@ -1,2 +0,0 @@
#!/bin/bash
linux -authtoken=530800a5794d7c8c

Binary file not shown.

View File

@ -1,2 +0,0 @@
#!/bin/bash
mac -authtoken=530800a5794d7c8c

View File

@ -1 +0,0 @@
windows.exe -authtoken=530800a5794d7c8c

Binary file not shown.

Binary file not shown.