Closed alrs closed 3 years ago
This changes receiver variables throughout the project to reflect the name of the receiver, not a generic name like self.
self
It looks like newer parts of the codebase don't use self anymore, this makes it all consistent.
If you would prefer that I put these up as individual per-package pull requests, I'm happy to do so. I could also squash into a single commit.
https://github.com/golang/go/wiki/CodeReviewComments#receiver-names
thanks!
This changes receiver variables throughout the project to reflect the name of the receiver, not a generic name like
self
.It looks like newer parts of the codebase don't use
self
anymore, this makes it all consistent.If you would prefer that I put these up as individual per-package pull requests, I'm happy to do so. I could also squash into a single commit.
https://github.com/golang/go/wiki/CodeReviewComments#receiver-names