mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 09:20:25 +08:00
8 lines
59 B
Go
8 lines
59 B
Go
// +build demo
|
|
|
|
package teaconst
|
|
|
|
const (
|
|
IsDemo = true
|
|
)
|