enumer icon indicating copy to clipboard operation
enumer copied to clipboard

Go 1.19: conflict with doc comments

Open andig opened this issue 3 years ago • 0 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

andig avatar Aug 10 '22 15:08 andig