Files
oh-my-opencode/packages/omo-codex/plugin/skills/programming/scripts/go/templates/README.md.tmpl
T
2026-05-30 19:12:14 +09:00

13 lines
207 B
Cheetah

# $name
Bootstrapped with the `programming` skill's Go scaffold.
## Run
```bash
task # fmt + lint + test
task run # build + run server
```
See `AGENTS.md` for architecture conventions.