Added more package-level comments
This commit is contained in:
parent
e7ec9ad6f3
commit
d1b5cd863a
@ -1,3 +1,4 @@
|
||||
// Package data provides operations to deal with arbitrary data and MIME types.
|
||||
package data
|
||||
|
||||
import "io"
|
||||
|
@ -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
2
layouts/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package layouts provides a set of pre-made layouts.
|
||||
package layouts
|
Reference in New Issue
Block a user