使用Sock管理进程启停

This commit is contained in:
刘祥超
2021-07-25 17:14:44 +08:00
parent 8d37aefd95
commit a58816361e
9 changed files with 118 additions and 248 deletions

View File

@@ -0,0 +1,8 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
// +build plus
package teaconst
const BuildCommunity = false
const BuildPlus = true
const Tag = "plus"