Added more package-level comments

This commit is contained in:
2023-03-31 13:50:26 -04:00
parent e7ec9ad6f3
commit d1b5cd863a
3 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package data provides operations to deal with arbitrary data and MIME types.
package data
import "io"