cheekybits / genny

Elegant generics for Go
MIT License
1.71k stars 167 forks source link

Make the outputted "code generated" comment compatible with go generate #60

Open NMFR opened 4 years ago

NMFR commented 4 years ago

Go generate manual (go help generate) states:

To convey to humans and machine tools that code is generated,
generated source should have a line early in the file that
matches the following regular expression (in Go syntax):

    ^// Code generated .* DO NOT EDIT\.$

This change modifies the generated header comment to match the description of go generate manual.

NMFR commented 4 years ago

Anything missing on my side to get this merged?

ghostsquad commented 4 years ago

any movement on this?

ghostsquad commented 4 years ago

@xiegeo any reason why this can't be merged?

ghostsquad commented 4 years ago

this resolves #63

xiegeo commented 4 years ago

@ghostsquad Sorry, I'm not a maintainer of this project so I don't have merging powers. I was doing a bunch of reviews requested and thought this was one of them.

@pdrum is the most recent maintainer that I know of.

ghostsquad commented 4 years ago

Sad when valuable OSS projects go "dark". I had to start a release on my own fork until this is merged.

Maybe it's time to look for a new owner? @pdrum