Files
EdgeAdmin/internal/const/build.go

9 lines
184 B
Go
Raw Normal View History

2024-05-17 17:56:37 +08:00
// Copyright 2021 GoEdge CDN goedge.cdn@gmail.com. All rights reserved.
2022-08-14 20:03:31 +08:00
//go:build !plus
2021-07-25 15:44:14 +08:00
package teaconst
const BuildCommunity = true
const BuildPlus = false
2021-07-25 19:42:07 +08:00
const Tag = "community"