Files
EdgeNode/internal/const/build.go

9 lines
188 B
Go
Raw Normal View History

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