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

encoding/xml: needless package qualifier in godoc output #8833

Closed
masiulaniec opened this issue Sep 29, 2014 · 2 comments
Closed

encoding/xml: needless package qualifier in godoc output #8833

masiulaniec opened this issue Sep 29, 2014 · 2 comments
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge
Milestone

Comments

@masiulaniec
Copy link

$ godoc encoding/xml | grep 'xml\.'
    - the value of the XMLName field of type xml.Name
    * If the struct has a field named XMLName of type xml.Name,
    Unmarshal maps an XML element to an xml.Name by recording the element
    Decode works like xml.Unmarshal, except it reads the decoder stream to
    DecodeElement works like xml.Unmarshal except that it takes a pointer to
$

It appears to be breaking the convention for no good reason. It needs s/xml\.//
@ianlancetaylor
Copy link
Member

Comment 1:

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

Status changed to Accepted.

@masiulaniec masiulaniec added accepted Documentation Issues describing a change to documentation. labels Sep 29, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@bradfitz bradfitz modified the milestones: Go1.7, Unplanned May 4, 2016
@rsc rsc modified the milestones: Go1.8, Go1.7 May 18, 2016
@gopherbot
Copy link
Contributor

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

@golang golang locked and limited conversation to collaborators Jul 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

5 participants