We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#13748 added anchor links to functions, types and methods.
There is a small bug though. Anchor links for constructors link to the type instead of the func.
For example:
Anchor link for https://tip.golang.org/pkg/net/http/#NewRequest links to https://tip.golang.org/pkg/net/http/#Request
Anchor links for methods are correct (for example https://tip.golang.org/pkg/net/http/#Request.AddCookie)
The text was updated successfully, but these errors were encountered:
CL https://golang.org/cl/23531 mentions this issue.
Sorry, something went wrong.
golang/tools@6eef0b4
cmd/godoc: fix anchor links for constructors
a9fda42
Fixes golang/go#15866 Change-Id: I67f41026c64046ca581251fb0851d337d2651560 Reviewed-on: https://go-review.googlesource.com/23531 Reviewed-by: Andrew Gerrand <adg@golang.org>
No branches or pull requests
#13748 added anchor links to functions, types and methods.
There is a small bug though. Anchor links for constructors link to the type instead of the func.
For example:
Anchor link for https://tip.golang.org/pkg/net/http/#NewRequest links to https://tip.golang.org/pkg/net/http/#Request
Anchor links for methods are correct (for example https://tip.golang.org/pkg/net/http/#Request.AddCookie)
The text was updated successfully, but these errors were encountered: