1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00
Matthias Hannig 64274d34fd generalized store
2017-06-23 16:24:50 +02:00

9 lines
85 B
Go

package main
const (
STATE_INIT = iota
STATE_READY
STATE_UPDATING
STATE_ERROR
)