Merge pull request #2528 from guohuang/issue1949

issue #1949 added Configuration struct for GO in codegen
This commit is contained in:
wing328
2016-04-09 21:13:26 +08:00
7 changed files with 183 additions and 31 deletions

View File

@@ -131,6 +131,7 @@ public class GoClientCodegen extends DefaultCodegen implements CodegenConfig {
supportingFiles.add(new SupportingFile("README.mustache", "", "README.md"));
supportingFiles.add(new SupportingFile("git_push.sh.mustache", "", "git_push.sh"));
supportingFiles.add(new SupportingFile("gitignore.mustache", "", ".gitignore"));
supportingFiles.add(new SupportingFile("configuration.mustache", packageName, "Configuration.go"));
}
@Override