go-hep / hep

hep is the mono repository holding all of go-hep.org/x/hep packages and tools
https://go-hep.org
BSD 3-Clause "New" or "Revised" License
230 stars 35 forks source link

brio-gen: follow Go standard for generated files #939

Closed dolmen closed 2 years ago

dolmen commented 2 years ago

One standard exists for Go generated files: https://golang.org/s/generatedcode

This pull request:

dolmen commented 2 years ago

@sbinet I have some further improvement ideas for brio-gen, but I'm waiting for this PR to be merged as it impacts all generated files.