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

minor typo in Go 1 Release Notes #3478

Closed
MichaelTJones opened this issue Apr 5, 2012 · 4 comments
Closed

minor typo in Go 1 Release Notes #3478

MichaelTJones opened this issue Apr 5, 2012 · 4 comments

Comments

@MichaelTJones
Copy link
Contributor

Comments about changes in strconv have this table:


Old call    New call
Atob(x) ParseBool(x)
Atof32(x)   ParseFloat(x, 32)§
Atof64(x)   ParseFloat(x, 64)
AtofN(x, n) ParseFloat(x, n)
Atoi(x) Atoi(x)
Atoi(x) ParseInt(x, 10, 0)§
Atoi64(x)   ParseInt(x, 10, 64)
Atoui(x)    ParseUint(x, 10, 0)§
Atoi64(x)   ParseInt(x, 10, 64)
:

where the final item above should read 'ParseUint"
@rsc
Copy link
Contributor

rsc commented Apr 5, 2012

Comment 1:

and for that matter Atoui64

@davecheney
Copy link
Contributor

Comment 2:

http://golang.org/cl/5986074

@davecheney
Copy link
Contributor

Comment 3:

This issue was closed by revision d7bc644.

Status changed to Fixed.

@davecheney
Copy link
Contributor

Comment 4:

This issue was closed by revision c2b132794126.

davecheney added a commit that referenced this issue May 11, 2015
««« backport 75c94686a4d7
doc: fix minor typo in Go 1 release notes

Fixes #3478.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5986074

»»»
@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