8 lines
78 B
Go
8 lines
78 B
Go
|
package rank
|
||
|
|
||
|
const (
|
||
|
ExecutingScriptState = iota
|
||
|
BrowseState
|
||
|
ErrorState
|
||
|
)
|