golang/xenlight: add an empty line after DO NOT EDIT comment
authorNick Rosbrook <rosbrookn@gmail.com>
Thu, 21 May 2020 14:55:25 +0000 (10:55 -0400)
committerGeorge Dunlap <george.dunlap@citrix.com>
Fri, 22 May 2020 22:17:37 +0000 (23:17 +0100)
commit5e015d48a5ee68ba03addad2698364d8f015afec
tree8336fde5471b6b21eab895cb12dcb9f7994f6c65
parentabf378e6483195b98a3f32e2c9d017e0eeeb275f
golang/xenlight: add an empty line after DO NOT EDIT comment

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 "package comments."

Signed-off-by: Nick Rosbrook <rosbrookn@ainfosec.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
tools/golang/xenlight/gengotypes.py
tools/golang/xenlight/helpers.gen.go
tools/golang/xenlight/types.gen.go