10 lines
127 B
Go
10 lines
127 B
Go
package ui
|
|
|
|
import "embed"
|
|
|
|
//go:embed html/*.tmpl.html
|
|
var HTMLTemplates embed.FS
|
|
|
|
//go:embed static
|
|
var StaticFiles embed.FS
|