podhmo / apikit

api toolkit (WIP)
MIT License
0 stars 0 forks source link

more specific program-name, in generated code's header #155

Open podhmo opened 3 years ago

podhmo commented 3 years ago

currently, all generated code has same header like this.

// Code generated by "github.com/podhmo/apikit"; DO NOT EDIT.

package generated

but more specific information is needed, right?

For example, generated by "apikit/ext/enum/_examples/gen.go" https://github.com/podhmo/apikit/blob/main/ext/enum/_examples/generated/Grade.go