9 lines
152 B
Go
9 lines
152 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
// Files contains the self-contained web UI and public schemas.
|
|
//
|
|
//go:embed templates/*.html static/*
|
|
var Files embed.FS
|