Files
EdgeNode/internal/const/build.go

10 lines
196 B
Go
Raw Normal View History

2024-05-17 18:30:33 +08:00
// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved.
//go:build !plus
// +build !plus
2021-07-25 17:14:44 +08:00
package teaconst
const BuildCommunity = true
const BuildPlus = false
const Tag = "community"