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

Should add Atob function to strconv module #639

Closed
gopherbot opened this issue Mar 3, 2010 · 1 comment
Closed

Should add Atob function to strconv module #639

gopherbot opened this issue Mar 3, 2010 · 1 comment

Comments

@gopherbot
Copy link
Contributor

by r.w.johnstone:

What steps will reproduce the problem?
1. Write a program that calls strconv.Atob
2. Watch it fail to compile  :)

What is the expected output? What do you see instead?
N/A

What is your $GOOS?  $GOARCH?
GOOS=linux
GOOARCH=386

Which revision are you using?  (hg identify)
55fce9d5068a

Please provide any additional information below.
String conversion to all the other basic data types are provided by the
strconv package.  Conversion to boolean values are an omission, and should
be included for completeness.  One should also look at flag.go:57.

Attachments:

  1. 3becb37de287.patch (3072 bytes)
@robpike
Copy link
Contributor

robpike commented Mar 25, 2010

Comment 1:

This issue was closed by revision 4b40426.

Status changed to Fixed.

@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

2 participants