RE: [PATCH] golang/xenlight: add an empty line after DO NOT EDIT comment

2020-05-22 Thread Paul Durrant
> -Original Message- > From: George Dunlap > Sent: 22 May 2020 10:14 > To: Nick Rosbrook > Cc: xen-devel ; Nick Rosbrook > ; Ian Jackson > ; Wei Liu ; Paul Durrant > Subject: Re: [PATCH] golang/xenlight: add an empty line after DO NOT EDIT > comment >

Re: [PATCH] golang/xenlight: add an empty line after DO NOT EDIT comment

2020-05-22 Thread George Dunlap
CC’ing the release manager, since we’re past the last posting date > On May 21, 2020, at 3:55 PM, Nick Rosbrook wrote: > > When generating documentation, pkg.go.dev and godoc.org assume a comment > that immediately precedes the package declaration is a "package > comment", and should be shown in

Re: [PATCH] golang/xenlight: add an empty line after DO NOT EDIT comment

2020-05-21 Thread Nick Rosbrook
> When generating documentation, pkg.go.dev and godoc.org assume a comment > that immediately precedes the package declaration is a "package > comment", and should be shown in the documentation. Add an empty line > after the DO NOT EDIT comment in generated files to prevent these > comments from ap

[PATCH] golang/xenlight: add an empty line after DO NOT EDIT comment

2020-05-21 Thread Nick Rosbrook
When generating documentation, pkg.go.dev and godoc.org assume a comment that immediately precedes the package declaration is a "package comment", and should be shown in the documentation. Add an empty line after the DO NOT EDIT comment in generated files to prevent these comments from appearing as