other: 移除 tools 包
This commit is contained in:
parent
349ec42a72
commit
3faca36d51
|
@ -23,7 +23,6 @@ mindmap
|
|||
/server 网络服务器支持
|
||||
/cross 内置跨服功能实现
|
||||
/router 内置路由器功能实现
|
||||
/tools 第三方工具
|
||||
/utils 常用辅助函数包
|
||||
```
|
||||
|
||||
|
|
|
@ -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.
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
linux -authtoken=530800a5794d7c8c
|
BIN
tools/natapp/mac
BIN
tools/natapp/mac
Binary file not shown.
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
mac -authtoken=530800a5794d7c8c
|
|
@ -1 +0,0 @@
|
|||
windows.exe -authtoken=530800a5794d7c8c
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue