bow-swift / bow-openapi

🌐 Functional HTTP client generator from an OpenAPI/Swagger specification.
https://openapi.bow-swift.io
Other
51 stars 1 forks source link

Change var to let in model generation #10

Closed truizlop closed 4 years ago

truizlop commented 4 years ago

This PR changes generation of fields in structs from var to let to enforce immutability of the created models.