Refactor app sous v4/

This commit is contained in:
Victor Lacasse-Beaudoin 2023-05-25 02:21:09 -04:00
parent c74e093a3b
commit 3ccebd8cfb
19 changed files with 1372 additions and 0 deletions

10
v4/web/embed.go Normal file
View file

@ -0,0 +1,10 @@
package web
import "embed"
//go:embed templates
var templates embed.FS
func GetTemplates() embed.FS {
return templates
}

View file

@ -0,0 +1 @@
Hello world from bottin