Files
BitSrunLoginGo/global/global.go
2021-09-19 22:59:26 +08:00

7 lines
68 B
Go

package global
var Status struct {
Output bool
Guardian bool
}