[Go] prefix go local var with localVar (#3570)

* prefix go local var with localVar

* remove pom from go, minor fix to headerParams
This commit is contained in:
wing328
2016-08-10 16:14:33 +08:00
committed by GitHub
parent 7827298e56
commit d2d5553a45
7 changed files with 355 additions and 452 deletions

View File

@@ -147,7 +147,6 @@ public class GoClientCodegen extends DefaultCodegen implements CodegenConfig {
supportingFiles.add(new SupportingFile("api_client.mustache", "", "api_client.go"));
supportingFiles.add(new SupportingFile("api_response.mustache", "", "api_response.go"));
supportingFiles.add(new SupportingFile(".travis.yml", "", ".travis.yml"));
supportingFiles.add(new SupportingFile("pom.mustache", "", "pom.xml"));
supportingFiles.add(new SupportingFile("LICENSE", "", "LICENSE"));
}