14 lines
261 B
Markdown
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
|
|
```
|