Files
EdgeAPI/internal/const/vars.go

9 lines
144 B
Go
Raw Normal View History

2021-06-02 18:13:48 +08:00
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package teaconst
var (
IsPlus = false
MaxNodes int32 = 0
2021-06-02 18:13:48 +08:00
)