9 lines
70 B
Go
9 lines
70 B
Go
package views
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed *.html
|
|
var fs embed.FS
|