chelnak / ysmrr

YSMRR is a package that provides simple multi-line compatible spinners for Go applications.
MIT License
71 stars 6 forks source link

Simplify enum types #26

Closed chelnak closed 1 year ago

chelnak commented 1 year ago

Both colors and charmap packages have constants defined that use iota +n.

The implementation can be cleaned up here by removing the +n in both cases.