@@ -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"