-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExternal contributions would be very much appreciated!External contributions would be very much appreciated!
Description
Currently, the oapi-codegen tool will generate a pointer to a slice of types.
This is unnecessary, as slices are already reference values, per the language spec
This gives the ability to distinguish between an empty slice (len ==0) and an unset field (array == nil)
benmoss, mpreu and bgrant0607
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExternal contributions would be very much appreciated!External contributions would be very much appreciated!