Golang stub code generation issue v3.0.0
OpenAPI v3
Hello, I was trying to generate a Golang server stub following the steps here https://github.com/swagger-api/swagger-codegen/wiki/Server-stub-generator-HOWTO#go-server but
either it doesn't build(1st screenshot) or can not generate Golang code because it doesn't exist for it (2nd screenshot).
it can't even build the project, it is also pointing to v2.4.0.
Maven output :
Hopefully this will be fixed soon :)
i thought the problem was you were generating code files in a Music folder 馃槅
Now, seriously. We have present this issue. i'll try to fix it the maven build soon. and hope to add go generator next week. i'll let you know here.
I ran into this as well (generating a client) Need any help?
I noticed the Go client/server classes still exist, but maybe aren't registered?
hello @adamdecaf for codegen v3, we place the generator class in this repo: https://github.com/swagger-api/swagger-codegen-generators
We have been working on generator classes migration and Golang is in plan.
Cool! Have you started on the Go generator? I could try and poke around to get that going.
@adamdecaf i'll try to get it done for earlier next week. if you can help me with some feedback it would be pretty helpful
Hello friends! Any update on this issue? I'd be happy to be a beta tester for this go generation.
it seems the V3.0.8 is not supporting GoLang codegen. can anyone please update by when the codegen support for OpenAPIV3 support will be provided for GoLang?
I use v4.0.2 to generate Go clients. You should try the 4.x series of openapi-generator.
solved by swagger-codegen-generators#641
Most helpful comment
hello @adamdecaf for codegen v3, we place the generator class in this repo: https://github.com/swagger-api/swagger-codegen-generators
We have been working on generator classes migration and
Golangis in plan.