Buffered I/O implementation
Package 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. This package contains the source code needed for building packages that reference the following Go import paths: – gopkg.in/bufio.v1
| Release | Stable | Testing | 
|---|---|---|
| Fedora Rawhide | 1-9.fc35 | - | 
| Fedora 35 | 1-9.fc35 | - | 
| Fedora 34 | 1-8.fc34 | - | 
			You can contact the maintainers of this package via email at
			golang-gopkg-bufio-1 dash maintainers at fedoraproject dot org.