Files
hastebin-ansi/static/static.go
2025-03-17 14:19:17 +03:00

7 lines
101 B
Go

package static
import "embed"
//go:embed *.html *.css *.js *.ico *.png *.txt
var StaticFS embed.FS