Add more doc lines

This commit is contained in:
gingerBill
2025-10-09 12:26:35 +01:00
parent 87716da363
commit 3e8f4e080c
2 changed files with 3 additions and 0 deletions

2
core/bufio/doc.odin Normal file
View File

@@ -0,0 +1,2 @@
// package bufio implements buffered I/O. It wraps an `io.Stream` interface to provide buffering.
package bufio

View File

@@ -1,3 +1,4 @@
// package bytes implements procedures for manipulation of byte slices
package bytes
import "base:intrinsics"