Skip to content
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

go/types: confusing Object method comment #18644

Closed
josharian opened this issue Jan 13, 2017 · 1 comment
Closed

go/types: confusing Object method comment #18644

josharian opened this issue Jan 13, 2017 · 1 comment
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@josharian
Copy link
Contributor

type Object method Id docs read:

        Id() string     // object id (see Id below)

There is no Id anywhere obvious below. The comment actually refers to func Id, which is immediately below type Object in the actual code.

Some sort of cross-linking inside godoc might help here, as would minor textual changes.

@josharian josharian added Documentation NeedsFix The path to resolution is known, but the work has not been done. labels Jan 13, 2017
@josharian josharian added this to the Go1.9Maybe milestone Jan 13, 2017
@gopherbot
Copy link

CL https://golang.org/cl/35245 mentions this issue.

@golang golang locked and limited conversation to collaborators Jan 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

2 participants