Skip to content

go.dev: add information on Go version of standard library symbols #38586

New issue

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

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

Already on GitHub? # to your account

Closed
danielfurman opened this issue Apr 22, 2020 · 4 comments
Closed

go.dev: add information on Go version of standard library symbols #38586

danielfurman opened this issue Apr 22, 2020 · 4 comments
Labels
FeatureRequest Issues asking for a new feature that does not need a proposal. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite UX Issues that involve UXD/UXR input
Milestone

Comments

@danielfurman
Copy link

What is the URL of the page with the issue?

Any standard library package page, e.g. https://pkg.go.dev/net/http?tab=doc#Request.Clone

What is your user agent?

Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:75.0) Gecko/20100101 Firefox/75.0

Screenshot

image

What did you do?

I navigated to the Request.Clone() method introduced in Go 1.13.

What did you expect to see?

Information in which Go version the method was introduced. Such information is available at https://golang.org/pkg/net/http/#Request.Clone:
image

What did you see instead?

No information in which Go version the method was introduced.

@gopherbot gopherbot added this to the Unreleased milestone Apr 22, 2020
@danielfurman
Copy link
Author

The same situation with fields of types, e.g. https://pkg.go.dev/net/http?tab=doc#Transport.ForceAttemptHTTP2 has no Go 1.13 label.

@julieqiu julieqiu added FeatureRequest Issues asking for a new feature that does not need a proposal. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. UX Issues that involve UXD/UXR input labels Apr 22, 2020
@julieqiu
Copy link
Member

julieqiu commented Apr 22, 2020

This is similar to #37102. Also related: #37819

/cc @fflewddur @Joanne881107

@dmitshur
Copy link
Contributor

This is similar to #37102.

@julieqiu Should we close this as a duplicate of #37102, or is there something different about this issue?

@julieqiu
Copy link
Member

I think it makes sense to close this as a duplicate. @Fenthick feel free to comment on #37102 with anything else.

@golang golang locked and limited conversation to collaborators Apr 23, 2021
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
FeatureRequest Issues asking for a new feature that does not need a proposal. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. pkgsite UX Issues that involve UXD/UXR input
Projects
None yet
Development

No branches or pull requests

4 participants