[go-experimental] Remove duplicated line#4410
[go-experimental] Remove duplicated line#4410jimschubert merged 4 commits intoOpenAPITools:masterfrom
Conversation
|
|
bkabrda
left a comment
There was a problem hiding this comment.
Please try to make sure that you're running this with the latest checkout of openapi-generator and that you're using the jar built from this latest checkout. I think you might be using an older version locally which causes the double-import issue.
There was a problem hiding this comment.
This change doesn't look right. Did you properly rebase your local copy to latest master?
e093b03 to
a7a1496
Compare
a7a1496 to
12b8eb1
Compare
|
Hey @wing328, I would love to get this merged in. Could you take a look ? |
12b8eb1 to
e6486a4
Compare
#3322 Introduces a duplication of the return statement in https://github.com/OpenAPITools/openapi-generator/pull/3322/files#diff-5c6a68868625dbd29066148ecab2c4b8R334
This PR removes that duplication
PR checklist
./bin/(or Windows batch scripts under.\bin\windows) to update Petstore samples related to your fix. This is important, as CI jobs will verify all generator outputs of your HEAD commit, and these must match the expectations made by your contribution. You only need to run./bin/{LANG}-petstore.sh,./bin/openapi3/{LANG}-petstore.shif updating the code or mustache templates for a language ({LANG}) (e.g. php, ruby, python, etc).master,4.3.x,5.0.x. Default:master.cc @bkabrda