Skip to content

spec: Go spec method expressions/values - tidy up #7988

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
gopherbot opened this issue May 13, 2014 · 2 comments
Open

spec: Go spec method expressions/values - tidy up #7988

gopherbot opened this issue May 13, 2014 · 2 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

@gopherbot
Copy link
Contributor

by xunfin:

As per note at Golang Nuts

https://groups.google.com/forum/#!topic/golang-nuts/6ltLyMGuAS8

The two sections http://golang.org/ref/spec#Method_expressions and
http://golang.org/ref/spec#Method_values are a little verbose (much more than a full
verticle screen each - in contrast to most/all other sections in spec) and maybe have
too many examples.

I suggested that stating

 "if t is a variable of type T and M(x) is in the method set of T then:

  T.M(t,x) is the same as t.M(x)"

Could help in clarifying (see original post)

There is no issue with behaviour or specification - just length/clarity of text.
@ianlancetaylor
Copy link
Member

Comment 1:

Labels changed: added repo-main, release-none, documentation.

@griesemer
Copy link
Contributor

Comment 2:

Owner changed to @griesemer.

Status changed to Accepted.

@gopherbot gopherbot added accepted Documentation Issues describing a change to documentation. labels May 13, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 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

5 participants