go-web-template/assets/embed.go
Valentin Brandl 12fbb06666
All checks were successful
golangci-lint / lint (push) Successful in 19m8s
Initial commit
2024-08-25 16:40:48 +02:00

10 lines
112 B
Go

package assets
import "embed"
//go:embed public
var Templates embed.FS
//go:embed static
var Static embed.FS