Go doesn\'t have an out-of-the-box enum type and recommends using an iota with constants as follows:
iota
const ( Cat byte = iota Dog Elep