mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
Add more doc lines
This commit is contained in:
2
core/bufio/doc.odin
Normal file
2
core/bufio/doc.odin
Normal file
@@ -0,0 +1,2 @@
|
||||
// package bufio implements buffered I/O. It wraps an `io.Stream` interface to provide buffering.
|
||||
package bufio
|
||||
@@ -1,3 +1,4 @@
|
||||
// package bytes implements procedures for manipulation of byte slices
|
||||
package bytes
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
Reference in New Issue
Block a user