Add package level doc comments

This commit is contained in:
2024-09-10 18:03:32 -04:00
parent d274e91941
commit 68d969419a
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
// Package ucontainer extends container and implements generic container types.
package ucontainer
+2
View File
@@ -0,0 +1,2 @@
// Package ucolor extends image/color.
package ucolor
+2
View File
@@ -0,0 +1,2 @@
// Package upath implements operations on slices of image.Points.
package upath
+2
View File
@@ -0,0 +1,2 @@
// Package uio extends io.
package uio