dmarkham / enumer

A Go tool to auto generate methods for your enums
Other
411 stars 63 forks source link

Add -linecomment flag to enumer based on x/tools/cmd/stringer #18

Closed dmarkham closed 5 years ago

dmarkham commented 5 years ago

We need this in order to be a better drop in replacement. We are currently just missing this feature!

https://github.com/golang/tools/blob/4fd33079060a7ef7bffe3a1c2369620f4f21ad06/cmd/stringer/stringer.go#L84