Replies: 1 comment
-
I thought we had an issue for it, but yes, it is an outstanding feature request for https://github.com/oapi-codegen/runtime/ to support this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an API spec (that I cannot modify) and need to generate types and client from it. For timestamps it uses the format
2006-01-02T15:04:05.000
whichjson.Unmarshal
can't handle when unmarshalling into atime.Time
. So how do I tell oapi-codegen to use the correct format?Beta Was this translation helpful? Give feedback.
All reactions