Go Embed!

This commit is contained in:
2024-02-08 19:30:22 -07:00
parent 74516d3719
commit 014fb3a35c
8 changed files with 63 additions and 36 deletions

6
content/contentfs.go Normal file
View File

@ -0,0 +1,6 @@
package contentfs
import "embed"
//go:embed *
var FS embed.FS