2021-07-25 17:14:44 +08:00
|
|
|
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
2021-12-30 11:19:11 +08:00
|
|
|
//go:build plus
|
2021-07-25 17:14:44 +08:00
|
|
|
// +build plus
|
|
|
|
|
|
|
|
|
|
package teaconst
|
|
|
|
|
|
|
|
|
|
const BuildCommunity = false
|
|
|
|
|
const BuildPlus = true
|
|
|
|
|
const Tag = "plus"
|