Initial commit: runnable Ask a Plumber First server.

This commit is contained in:
2026-08-21 23:30:15 -07:00
parent 7bc79af954
commit d167b9216a
38 changed files with 4174 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
package plumber
import "embed"
//go:embed templates/*.html templates/partials/*.html
var TemplateFS embed.FS
//go:embed static
var StaticFS embed.FS
//go:embed schema.sql
var SchemaSQL string