enumer
enumer copied to clipboard
Go 1.19: conflict with doc comments
Go 1.19 changed how the go tool handles doc comments. This leads to gofmt now reformatting enumer-generated files from previous versions like this:
// Code generated by "enumer -type ObservationID"; DO NOT EDIT.
+ //
package easee