glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
11.77k stars 1.04k forks source link

fix: Go time import bug #2528

Closed rekram1-node closed 4 months ago

rekram1-node commented 4 months ago

fixes: #2519

If a json schema only has date-time referenced as an item of an array the generated Go code will not have the import for the time package. This adds an additional case to force time package imports

Changes:

dvdsgl commented 4 months ago

Thank you!