使用Sock管理进程启停

This commit is contained in:
GoEdgeLab
2021-07-25 17:14:44 +08:00
parent f43a129fac
commit 164ea46823
9 changed files with 118 additions and 248 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"