区分社区版和商业版

This commit is contained in:
GoEdgeLab
2021-07-25 15:44:14 +08:00
parent 75795ae879
commit 0f131a310c
3 changed files with 10 additions and 94 deletions

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

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