package main const ( STATE_INIT = iota STATE_READY STATE_UPDATING STATE_ERROR )