Add some more documentation and links to godoc#

This commit is contained in:
Melody Becker 2025-04-28 08:49:13 +02:00
parent fa857615dd
commit 4b8a62ba12
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
8 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,5 @@
// Package embedFsWrapper contains a wrapper around [io/fs.FS] for working
// around a limitation of the [embed] package
package embedFsWrapper
import (