Initial commit

This commit is contained in:
mathias
2026-07-19 08:29:23 +00:00
commit 25ad154eac
23 changed files with 747 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# __PROJECT_NAME__
> Generated from `mathias/template-go-web`.
## Bootstrap
After creating from template, run:
```bash
go mod tidy # regenerate go.sum with real module path
task generate # generate templ files
task build # build the binary
```