zdravko/web/static/static.go

10 lines
96 B
Go
Raw Normal View History

2024-02-11 10:56:21 +00:00
package static
import (
"embed"
)
//go:generate just static
2024-02-11 10:56:21 +00:00
//go:embed *
var Static embed.FS