Add logos and static

This commit is contained in:
Ettore Di Giacinto
2024-04-12 00:48:11 +02:00
parent 677a96074b
commit 97f5ba16cd
6 changed files with 11 additions and 2 deletions

View File

@@ -36,6 +36,9 @@ func init() {
//go:embed views/*
var viewsfs embed.FS
//go:embed public/*
var embeddedFiles embed.FS
func main() {
// current dir
cwd, err := os.Getwd()