Tweaked project structure (#88)

This commit is contained in:
Thomas Miceli
2023-09-03 00:30:57 +02:00
committed by GitHub
parent 25316d7bf2
commit a7b346d8df
25 changed files with 122 additions and 116 deletions

6
templates/fs_embed.go vendored Normal file
View File

@ -0,0 +1,6 @@
package templates
import "embed"
//go:embed */*.html
var Files embed.FS