Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
golang-gopkg-bufio.v1-dev
Buffered i/o in golang
http://gopkg.in/bufio.v1
0
no reviews
Install
"bufio" implements buffered i/o. it wraps an io.reader or io.writer object, creating another object (reader or writer) that also implements the interface but provides buffering and some help for textual i/o.