Files
2020-12-01 21:19:37 +08:00

6 lines
76 B
Go

package Constant
const (
RunStatus_Stoped =byte(iota)
RunStatus_Running
)