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)
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)