Added more package-level comments

This commit is contained in:
Sasha Koshka 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"

View File

@ -1,3 +1,4 @@
// Package font provides a default font. Its data is entirely self contained.
package font
import "golang.org/x/image/font/basicfont"

2
layouts/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package layouts provides a set of pre-made layouts.
package layouts