Documentation
¶
Overview ¶
Quickstart example: build a minimal route tree, walk it, and print the generated OpenAPI 3.0.3 YAML to stdout.
go run ./goai/examples/quickstart
The example demonstrates the smallest possible goai pipeline: route → Walk → Build → EmitYAML. No registry entries, no struct tags, no merge — just the auto-discovered shape of two endpoints.
Click to show internal directories.
Click to hide internal directories.