1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

9 lines
85 B
Go
Raw Normal View History

2017-06-23 16:24:31 +02:00
package main
const (
STATE_INIT = iota
STATE_READY
STATE_UPDATING
STATE_ERROR
)