mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-09 00:21:25 +00:00
* Make nullable fix on all vars in Go This applies the Nullable change to all variables on the model, instead of just the ones in vars. * Add sample showing the issue