This is a modified version of enumer that has breaking modifications. Its sole
purpose was to serve as an easy fix for personal projects, and no support is
provided at the moment.
Enumer is a tool to generate Go code that adds useful methods to Go enums (constants with a specific type).
It started as a fork of Rob Pike’s Stringer tool