Add package level doc comments
This commit is contained in:
parent
d274e91941
commit
68d969419a
2
container/doc.go
Normal file
2
container/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package ucontainer extends container and implements generic container types.
|
||||
package ucontainer
|
2
image/color/doc.go
Normal file
2
image/color/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package ucolor extends image/color.
|
||||
package ucolor
|
2
image/path/doc.go
Normal file
2
image/path/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package upath implements operations on slices of image.Points.
|
||||
package upath
|
Loading…
Reference in New Issue
Block a user