9 lines
79 B
Go
9 lines
79 B
Go
package ui
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed "html" "static"
|
|
var Files embed.FS
|