Skip to content

Commit 198ffd6

Browse files
committed
missing end comment
1 parent e34e383 commit 198ffd6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

languages/golang/templates/api.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ func (a *{{{classname}}}Service) {{nickname}}Execute(r {{#structPrefix}}{{&class
450450
{{! TEMPLATE CUSTOMIZATION - BEGIN - use the GenericOpenAPIError struct from the core module instead of the one generated by OpenAPI generator by default }}
451451
newErr.ErrorMessage = oapierror.FormatErrorMessage(localVarHTTPResponse.Status, &v)
452452
newErr.Model = v
453+
{{! TEMPLATE CUSTOMIZATION - END - use the GenericOpenAPIError struct from the core module instead of the one generated by OpenAPI generator by default }}
453454
return {{#returnType}}localVarReturnValue, {{/returnType}}localVarHTTPResponse, newErr
454455
{{^-last}}
455456
return {{#returnType}}localVarReturnValue, {{/returnType}}localVarHTTPResponse, newErr

0 commit comments

Comments
 (0)