> On May 24, 2021, at 9:36 PM, Nick Rosbrook <rosbro...@gmail.com> wrote: > > As a matter of style, it is strange to see capitalized receiver names, > due to the significance of capitalized symbols in Go (although there is > in fact nothing special about a capitalized receiver name). Fix this in > xenlight.go by running: > > gofmt -w -r 'Ctx -> ctx' xenlight.go > > from tools/golang/xenlight. There is no functional change. > > Signed-off-by: Nick Rosbrook <rosbro...@ainfosec.com> Reviewed-by: George Dunlap <george.dun...@citrix.com>
- [RESEND PATCH 02/12] golang/xenlight: fix StringList toC con... Nick Rosbrook
- [RESEND PATCH 03/12] golang/xenlight: fix string conversion ... Nick Rosbrook
- [RESEND PATCH 04/12] golang/xenlight: export keyed union int... Nick Rosbrook
- [RESEND PATCH 05/12] golang/xenlight: use struct pointers in... Nick Rosbrook
- [RESEND PATCH 06/12] golang/xenlight: rename Ctx receivers t... Nick Rosbrook
- Re: [RESEND PATCH 06/12] golang/xenlight: rename Ctx re... George Dunlap
- [RESEND PATCH 07/12] golang/xenlight: add logging convenienc... Nick Rosbrook
- Re: [RESEND PATCH 07/12] golang/xenlight: add logging c... George Dunlap
- Re: [RESEND PATCH 07/12] golang/xenlight: add loggi... George Dunlap
- Re: [RESEND PATCH 07/12] golang/xenlight: add l... Nick Rosbrook
- Re: [RESEND PATCH 07/12] golang/xenlight: a... George Dunlap
- Re: [RESEND PATCH 07/12] golang/xenlight: add loggi... Nick Rosbrook
- Re: [RESEND PATCH 07/12] golang/xenlight: add l... George Dunlap
- [RESEND PATCH 08/12] golang/xenlight: add functional options... Nick Rosbrook
- Re: [RESEND PATCH 08/12] golang/xenlight: add functiona... George Dunlap
- Re: [RESEND PATCH 08/12] golang/xenlight: add funct... Nick Rosbrook