aboutsummaryrefslogtreecommitdiff
path: root/core/bufio
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-10-09 12:26:35 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-10-09 12:26:35 +0100
commit3e8f4e080ce35de3c8adeed08778ed220b8680be (patch)
tree2fe61360bf2bf3aa6fd230eda9e3300107c06593 /core/bufio
parent87716da363ac414f203b6029d472d2218d2be684 (diff)
Add more doc lines
Diffstat (limited to 'core/bufio')
-rw-r--r--core/bufio/doc.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bufio/doc.odin b/core/bufio/doc.odin
new file mode 100644
index 000000000..f725e83dc
--- /dev/null
+++ b/core/bufio/doc.odin
@@ -0,0 +1,2 @@
+// package bufio implements buffered I/O. It wraps an `io.Stream` interface to provide buffering.
+package bufio \ No newline at end of file