alvaroloes / enumer

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

fixing tests #26

Closed carlsverre closed 6 years ago

carlsverre commented 6 years ago

Broken in #25

.../src/github.com/alvaroloes/enumer $ go test
PASS
ok      github.com/alvaroloes/enumer    3.472s
alvaroloes commented 6 years ago

Thank you! It is Already solved in another PR. I will try to add continuous integration to test the code ;-)