7 lines
69 B
Go
7 lines
69 B
Go
package main
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.tmpl
|
|
var content embed.FS
|