Nelz
Nelz
I'm not sure if doing this as a PR (for illustration purposes) _and_ as an Issue is considered double-dipping, so please forgive if this is overkill. https://github.com/oapi-codegen/oapi-codegen/pull/2087
Following [the instructions](https://github.com/oapi-codegen/oapi-codegen/blob/main/CONTRIBUTING.md#minimal-reproductions): Version of `oapi-codegen` - from `main` pulled today: ```shell $ go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen -version github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen (devel) ``` Go version: ```shell $ go version go version go1.24.0 darwin/arm64...