pgweb/static/data.go

7 lines
109 B
Go
Raw Normal View History

package static
import "embed"
//go:embed img/* js/* css/* fonts/*
//go:embed index.html
var Static embed.FS