The Go Cookbook

Maintained by SuperOrbital.

A community built and contributed collection of practical recipes for real world Golang development.

View project on GitHub

Representing Enums

How do I represent enumerated constants in Go?

http://stackoverflow.com/questions/14426366/what-is-an-idiomatic-way-of-representing-enums-in-golang

http://stackoverflow.com/a/1721367