patchman/server/web/static/static.go

7 lines
67 B
Go
Raw Permalink Normal View History

2023-10-26 21:32:21 +02:00
package static
import "embed"
//go:embed *
var StaticFS embed.FS