package util type Status int const ( INITIALIZED Status = iota WINNED Status = iota FAILED Status = iota DRAW Status = iota )