mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +08:00
8 lines
61 B
Go
8 lines
61 B
Go
|
|
// +build !demo
|
||
|
|
|
||
|
|
package teaconst
|
||
|
|
|
||
|
|
const (
|
||
|
|
IsDemo = false
|
||
|
|
)
|