使用Sock管理进程启停

This commit is contained in:
GoEdgeLab
2021-07-25 17:46:47 +08:00
parent 4781c2ea03
commit 033d491982
9 changed files with 93 additions and 207 deletions

8
internal/const/build.go Normal file
View File

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