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

cmd/godoc: link identifiers to their declarations #2063

Closed
adg opened this issue Jul 12, 2011 · 11 comments
Closed

cmd/godoc: link identifiers to their declarations #2063

adg opened this issue Jul 12, 2011 · 11 comments
Milestone

Comments

@adg
Copy link
Contributor

adg commented Jul 12, 2011

For example:

The docs for http.Client.Get show it returns a Response and an os.Error.

  func (c *Client) Get(url string) (r *Response, err os.Error)

It would be great if you could click "Response" to get the definition.
@adg
Copy link
Contributor Author

adg commented Jul 12, 2011

Comment 1:

Assigning to gri as I believe the type checker will give us this.

Owner changed to @griesemer.

Status changed to Started.

@rsc
Copy link
Contributor

rsc commented Dec 9, 2011

Comment 2:

Labels changed: added priority-later.

@griesemer
Copy link
Contributor

Comment 4:

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 5:

This doesn't require type-checking, only scoping. We should have enough information to
do this even today.

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 6:

Labels changed: added go1.1.

@rsc
Copy link
Contributor

rsc commented Dec 9, 2012

Comment 7:

go.pkgdoc.org does this. we should be able to do it too

@rsc
Copy link
Contributor

rsc commented Dec 10, 2012

Comment 8:

Labels changed: added size-m.

@rsc
Copy link
Contributor

rsc commented Mar 12, 2013

Comment 9:

[The time for maybe has passed.]

@rsc
Copy link
Contributor

rsc commented Mar 12, 2013

Comment 10:

Labels changed: added go1.1maybe, removed go1.1.

@adg
Copy link
Contributor Author

adg commented Mar 18, 2013

Comment 11:

Labels changed: added godoc.

@griesemer
Copy link
Contributor

Comment 12:

This issue was closed by revision 7cfebf7.

Status changed to Fixed.

@adg adg added fixed labels Mar 26, 2013
@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1maybe label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants