You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
I am trying to generate the Go-Srever code using the openapi-generator-cli.jar and passing model and API package name but code is getting generated in the same folder only.
Please suggest me if i am doing anything wrong.Command used-
java -jar openapi-generator-cli.jar generate -i http://petstore.swagger.io/v2/swagger.json -l go-server -o testgo --model-package=api.model
The text was updated successfully, but these errors were encountered:
Hi Team,

I am trying to generate the Go-Srever code using the openapi-generator-cli.jar and passing model and API package name but code is getting generated in the same folder only.
Please suggest me if i am doing anything wrong.Command used-
java -jar openapi-generator-cli.jar generate -i http://petstore.swagger.io/v2/swagger.json -l go-server -o testgo --model-package=api.model
The text was updated successfully, but these errors were encountered: