dip/static/main.go

13 lines
147 B
Go
Raw Permalink Normal View History

package staticfiles
import (
"embed"
)
// include of embedded files
//
//go:embed css/*
//go:embed js/*
2024-05-14 11:46:29 +02:00
//go:embed images/*
var Static embed.FS