mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-22 22:59:05 +00:00
Merge pull request #3529 from JackDanger/danger/allow-go-config
Restore ability to configure Go
This commit is contained in:
@@ -115,7 +115,7 @@ public class GoClientCodegen extends DefaultCodegen implements CodegenConfig {
|
||||
|
||||
@Override
|
||||
public void processOpts() {
|
||||
//super.processOpts();
|
||||
super.processOpts();
|
||||
|
||||
if (additionalProperties.containsKey(CodegenConstants.PACKAGE_NAME)) {
|
||||
setPackageName((String) additionalProperties.get(CodegenConstants.PACKAGE_NAME));
|
||||
|
||||
Reference in New Issue
Block a user