Merge pull request #2969 from guohuang/license

[Go] add apache v2 LICENSE
This commit is contained in:
wing328
2016-05-26 15:05:42 +08:00
23 changed files with 721 additions and 1 deletions

View File

@@ -148,6 +148,7 @@ public class GoClientCodegen extends DefaultCodegen implements CodegenConfig {
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"));
}
@Override