mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
2 lines
111 B
Odin
2 lines
111 B
Odin
// package bufio implements buffered I/O. It wraps an `io.Stream` interface to provide buffering.
|
|
package bufio |