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 provides symbolic links that alias the following Go import paths to gopkg.in/bufio.v1: – github.com/go-bufio/bufio Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly 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
.