From 3e8f4e080ce35de3c8adeed08778ed220b8680be Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 9 Oct 2025 12:26:35 +0100 Subject: Add more doc lines --- core/bufio/doc.odin | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 core/bufio/doc.odin (limited to 'core/bufio') 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 -- cgit v1.2.3