terry heath
Results
1
comments of
terry heath
If you've a file layout with like, ui/index.html and ui/whatever.html, you can do this: ``` //go:embed ui/* var ui embed.FS func embeddedFH(config goview.Config, tmpl string) (string, error) { path :=...