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: remove redundant private flush method from bufio package and move its code to public Flush #17232

Closed
nvartolomei opened this issue Sep 26, 2016 · 1 comment
Labels
FrozenDueToAge Suggested Issues that may be good for new contributors looking for work to do.
Milestone

Comments

@nvartolomei
Copy link

https://github.com/golang/go/blob/master/src/bufio/bufio.go#L551

Looks like it is a leftover from 99f6722 and #6086.

@bradfitz bradfitz changed the title Remove redundant private flush method from bufio package and move it's code to public Flush bufio: remove redundant private flush method from bufio package and move its code to public Flush Sep 26, 2016
@bradfitz bradfitz added the Suggested Issues that may be good for new contributors looking for work to do. label Sep 26, 2016
@bradfitz bradfitz added this to the Go1.8Maybe milestone Sep 26, 2016
@gopherbot
Copy link

CL https://golang.org/cl/30158 mentions this issue.

@golang golang locked and limited conversation to collaborators Oct 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge Suggested Issues that may be good for new contributors looking for work to do.
Projects
None yet
Development

No branches or pull requests

3 participants