Minimal Go API with Delimit governance.
go mod tidy
go run main.goRequires Go 1.21+.
GET /health — Health check
GET /tasks — List tasks
POST /tasks — Create task (body: {"title": "..."})
GET /tasks/{id} — Get task
DELETE /tasks/{id} — Delete task
The delimit.yml and .github/workflows/api-governance.yml are pre-configured. Push this directory to a GitHub repo, open a PR that modifies api/openapi.yaml, and Delimit will validate the change automatically.