regenerate go sample, rename configuration.go

This commit is contained in:
wing328
2016-04-14 15:15:19 +08:00
parent c880928519
commit c702a6aaa4
10 changed files with 14 additions and 14 deletions

View File

@@ -133,7 +133,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"));
supportingFiles.add(new SupportingFile("configuration.mustache", packageName, "configuration.go"));
}
@Override