patchman/server/web/static/static.go

7 lines
67 B
Go
Raw Normal View History

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