alvaroloes / enumer

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

Use the standard generated file marker #32

Closed boromisp closed 6 years ago

boromisp commented 6 years ago

This change is required for go lint compatibility.

See: https://golang.org/s/generatedcode https://github.com/golang/go/issues/13560#issuecomment-288457920

alvaroloes commented 6 years ago

I wasn't aware of that change. Thank you very much!