rjeczalik / interfaces

Code generation tools for Go.
MIT License
420 stars 31 forks source link

Marking comment should be formed "Code generated by xxx" in v0.1.0 #23

Closed kyoh86 closed 3 years ago

kyoh86 commented 3 years ago

Now interfaces@latest is v0.1.0. But it marks comment "Created by...".

Put new tag please.

rjeczalik commented 3 years ago

Here you go - I drafted new release but it does not change much - https://github.com/rjeczalik/interfaces/releases/tag/v0.1.1.

But it marks comment "Created by...".

I don't understand this comment, interfacer already preambles the generated files with proper comment:

// Code generated by interfacer; DO NOT EDIT

https://github.com/rjeczalik/interfaces/blob/master/cmd/interfacer/main.go#L21

kyoh86 commented 3 years ago

I don't understand this comment, interfacer already preambles the generated files with proper comment:

On go module mode, go get github.com/rjeczalik/interfaces/cmd/interfacer installs latest release (on yesterday, it's v0.1.0 ).

kyoh86 commented 3 years ago

thanks. resolved.