8 lines
71 B
Go
8 lines
71 B
Go
package ui
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed *.html
|
|
var htmlFS embed.FS
|