alvaroloes / enumer

A Go tool to auto generate methods for your enums
Other
478 stars 111 forks source link

Request List function #12

Closed gjrtimmer closed 6 years ago

gjrtimmer commented 7 years ago

Request List Function:

func (...) List() []Type {}
func (...) ListString() []string {}
gjrtimmer commented 7 years ago

Submitted PR

alvaroloes commented 6 years ago

Thank you very much @GJRTimmer. I didn't see your PR so I checked your fork and added what you proposed with slight differences:

Check the latest version to see the changes ;-)

Again thanks a lot!