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

bufio: Writer doc does not say that you must call Flush #5530

Closed
ianlancetaylor opened this issue May 21, 2013 · 6 comments
Closed

bufio: Writer doc does not say that you must call Flush #5530

ianlancetaylor opened this issue May 21, 2013 · 6 comments

Comments

@ianlancetaylor
Copy link
Contributor

Given a bufio.Writer, you must call the Flush method when you are done writing.  In a
sense, this is obvious.  But the docs do not state it and I've seen at least one person
get confused and fail to call Flush.
@ianlancetaylor
Copy link
Contributor Author

Comment 1:

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

@rsc
Copy link
Contributor

rsc commented Jul 30, 2013

Comment 2:

Labels changed: added go1.2.

@adg
Copy link
Contributor

adg commented Aug 12, 2013

Comment 3:

Owner changed to @adg.

@adg
Copy link
Contributor

adg commented Aug 12, 2013

Comment 4:

https://golang.org/cl/12504044

Status changed to Started.

@robpike
Copy link
Contributor

robpike commented Aug 12, 2013

Comment 5:

This issue was closed by revision 6b706cf.

Status changed to Fixed.

@adg
Copy link
Contributor

adg commented Aug 12, 2013

Comment 6:

This issue was updated by revision 8eb8ad2.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12504044

@rsc rsc added this to the Go1.2 milestone Apr 14, 2015
@rsc rsc removed the go1.2 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc unassigned adg Jun 22, 2022
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

5 participants