mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-05 17:40:24 +08:00
8 lines
116 B
Go
8 lines
116 B
Go
|
|
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||
|
|
|
||
|
|
package teaconst
|
||
|
|
|
||
|
|
var (
|
||
|
|
IsPlus = false
|
||
|
|
)
|