Files

7 lines
101 B
Go
Raw Permalink Normal View History

2025-03-17 00:52:26 +03:00
package static
import "embed"
//go:embed *.html *.css *.js *.ico *.png *.txt
var StaticFS embed.FS