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/api: doesn't write function's multiple parameters or results correctlry #4011

Closed
mikioh opened this issue Aug 28, 2012 · 3 comments
Closed
Milestone

Comments

@mikioh
Copy link
Contributor

mikioh commented Aug 28, 2012

We now see the definition of net.CIDRMask in go/api/go1.txt like:

    pkg net, func CIDRMask(int) IPMask

but godoc and source say that CIDRMask is defined as:

    func CIDRMask(ones, bits int) IPMask
@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 2:

I believe Mikio has started this.

Labels changed: added priority-later, removed priority-triage.

Status changed to Started.

@rsc
Copy link
Contributor

rsc commented Sep 12, 2012

Comment 3:

Labels changed: added go1.1.

@mikioh
Copy link
Contributor Author

mikioh commented Sep 18, 2012

Comment 4:

This issue was closed by revision 1ad5f87.

Status changed to Fixed.

@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 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

3 participants