7 lines
65 B
Go
7 lines
65 B
Go
|
package tmpls
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed *.tmpl
|
||
|
var FS embed.FS
|