Files
template-go-web/README.md
2026-05-12 21:47:36 +02:00

14 lines
261 B
Markdown

# hostexecutor
> 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
```