Re: [RESEND PATCH 06/12] golang/xenlight: rename Ctx receivers to ctx

2021-06-18 Thread George Dunlap
> On May 24, 2021, at 9:36 PM, Nick Rosbrook 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 ru

[RESEND PATCH 06/12] golang/xenlight: rename Ctx receivers to ctx

2021-05-24 Thread Nick Rosbrook
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/x