mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 14:50:25 +08:00
8 lines
164 B
Go
8 lines
164 B
Go
|
|
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||
|
|
// +build community
|
||
|
|
|
||
|
|
package teaconst
|
||
|
|
|
||
|
|
const BuildCommunity = true
|
||
|
|
const BuildPlus = false
|