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 enums #28

Closed chelnak closed 1 year ago

chelnak commented 1 year ago

Prior to this PR the enums in colors and animations were defined with iota plus a random increment. This was useless and is not needed.

This PR removes the increment from the iota declaration.