Re: [PATCH 2/2] golang/xenlight: standardize generated code comment

2020-10-12 Thread George Dunlap
> On Oct 12, 2020, at 12:31 AM, Nick Rosbrook wrote: > > There is a standard format for generated Go code header comments, as set > by [1]. Modify gengotypes.py to follow this standard, and use the > additional > > // source: > > convention used by protoc-gen-go. > > This change is motiva

[PATCH 2/2] golang/xenlight: standardize generated code comment

2020-10-11 Thread Nick Rosbrook
There is a standard format for generated Go code header comments, as set by [1]. Modify gengotypes.py to follow this standard, and use the additional // source: convention used by protoc-gen-go. This change is motivated by the fact that since 41aea82de2, the comment would include the absolute