Skip to content

Commit

Permalink
Create abstract go codegen base class (#7197)
Browse files Browse the repository at this point in the history
Remove tabs
  • Loading branch information
bvwells authored and wing328 committed Dec 19, 2017
1 parent 350a970 commit 83fb107
Show file tree
Hide file tree
Showing 5 changed files with 501 additions and 873 deletions.
2 changes: 1 addition & 1 deletion bin/windows/go-petstore.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ If Not Exist %executable% (
)

REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M -DloggerPath=conf/log4j.properties
set ags=generate -i modules\swagger-codegen\src\test\resources\2_0\petstore.yaml -l go -o samples\client\petstore\go -DpackageName=petstore
set ags=generate -t modules\swagger-codegen\src\main\resources\go -i modules\swagger-codegen\src\test\resources\2_0\petstore-with-fake-endpoints-models-for-testing.yaml -l go -o samples\client\petstore\go\go-petstore -DpackageName=petstore

java %JAVA_OPTS% -jar %executable% %ags%
Loading

0 comments on commit 83fb107

Please sign in to comment.