Replace template dir file path hack with embed directive.

This commit is contained in:
mikestefanello 2023-12-10 09:33:34 -05:00
parent 11f5ddcee4
commit 29fbadbadd
7 changed files with 21 additions and 33 deletions

8
templates/templates.go Normal file
View file

@ -0,0 +1,8 @@
package templates
import (
"embed"
)
//go:embed *
var Templates embed.FS