Skip to content

spec: clarify receiver value passed in method invocations #10955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
griesemer opened this issue May 26, 2015 · 0 comments
Open

spec: clarify receiver value passed in method invocations #10955

griesemer opened this issue May 26, 2015 · 0 comments
Labels
Documentation Issues describing a change to documentation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@griesemer
Copy link
Contributor

The section on Selectors ( http://tip.golang.org/ref/spec#Selectors ) has some examples of selectors and what (expanded) expression they stand for, but the section could be expanded or have more explanations, especially for receiver values passed to method invocations.

This is one of the most complex aspects of the language, both to explain and to implement and could use a bit more (or clearer) explanations.

@griesemer griesemer added the Documentation Issues describing a change to documentation. label May 26, 2015
@griesemer griesemer self-assigned this May 26, 2015
@griesemer griesemer added this to the Unplanned milestone May 26, 2015
@seankhliao seankhliao added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues describing a change to documentation. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants