pquerna / ffjson

faster JSON serialization for Go
Apache License 2.0
2.97k stars 234 forks source link

Adopt the standartized generated code header #222

Closed ei-grad closed 7 years ago

ei-grad commented 7 years ago

Comment must be a single line and must start with "Code generated" and end with "DO NOT EDIT.", with a period.

See https://golang.org/s/generatedcode

ei-grad commented 7 years ago

It is not so important now, after #169 is actually fixed, but it still looks reasonable. Though it could have a bad side-effects, some tools rely on this header so it is important to keep it in sync with the "officialy" standartized one.

pquerna commented 7 years ago

Thanks for the PR!