-
Notifications
You must be signed in to change notification settings - Fork 18k
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
proposal: fmt: add ReadLine() string #54620
Labels
Milestone
Comments
This doesn't belong in the As you've observed, the correct place is |
It looks like the forums are doing their job of educating users.
Is not a design goal for the standard library. Indeed adding Scan* was a mistake too: #12275 (comment) |
New proposal: Deprecate Scan* functions. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Every few months, someone will post on Reddit that they're trying to make an intro to CS-style input prompt and they're confused why their code using
fmt.Scan*
doesn't work (inevitably because the input has a space and they're ignoring errors). I think that just for the use case of education, there should be something in fmt that does the thing that they want.The text was updated successfully, but these errors were encountered: