Skip to content

Commit

Permalink
other: 移除 tools 包
Browse files Browse the repository at this point in the history
  • Loading branch information
kercylan98 committed Jul 13, 2023
1 parent 349ec42 commit 3faca36
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ mindmap
/server 网络服务器支持
/cross 内置跨服功能实现
/router 内置路由器功能实现
/tools 第三方工具
/utils 常用辅助函数包
```

Expand Down
2 changes: 1 addition & 1 deletion server/server_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
Binary file removed tools/natapp/linux
Binary file not shown.
2 changes: 0 additions & 2 deletions tools/natapp/linux.sh

This file was deleted.

Binary file removed tools/natapp/mac
Binary file not shown.
2 changes: 0 additions & 2 deletions tools/natapp/mac.sh

This file was deleted.

1 change: 0 additions & 1 deletion tools/natapp/windows.bat

This file was deleted.

Binary file removed tools/natapp/windows.exe
Binary file not shown.
Binary file removed tools/nats/nats-server.exe
Binary file not shown.

0 comments on commit 3faca36

Please sign in to comment.