remote-i3wm-go/static/static.go

8 lines
85 B
Go

package static
import "embed"
var (
//go:embed css/* img/* js/*
Files embed.FS
)