dip/static/main.go

12 lines
127 B
Go
Raw Normal View History

package staticfiles
import (
"embed"
)
// include of embedded files
//
//go:embed css/*
//go:embed js/*
var Static embed.FS