mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-06 17:30:25 +08:00
7 lines
57 B
Go
7 lines
57 B
Go
|
|
package consts
|
||
|
|
|
||
|
|
const (
|
||
|
|
BoolTrue = 1
|
||
|
|
BoolFalse = -1
|
||
|
|
)
|