{{ message }}
Replies: 1 comment
-
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.000whichjson.Unmarshalcan'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