Ashish Mathew

Results 2 issues of Ashish Mathew

fixes https://github.com/OpenAPITools/openapi-generator/issues/10718 The file type passed to `postProcessFile` by DefaultCodegen used to be `supporting-mustache` and `supporting-common` earlier. This has been changed to `supporting-file` in https://github.com/OpenAPITools/openapi-generator/pull/6357 and https://github.com/OpenAPITools/openapi-generator/pull/7366. AbstractGoCodegen was never...

Client: Go
Issue: Bug
Server: Go

`bloxid.V0` has all private fields and so can't be marshaled/unmarshaled into json when using it as part of a struct. Implementing `MarshalJSON` and `UnmarshalJSON` for it should fix the issue