forked from loafle/openapi-generator-original
go-server: Support additional properties as command line arguments (#1555)
* Support additionalPorperties as command line arguments * Move Readme into main dir * Update Mustache * Update sample * Test coverage * Move cli options * Revert options * Remove tabs * openapi 3 examples * Update readme * serverPort to int * Move package version cli option to AbstractGoCodegen * Update samples * Tab to spaces * Update docs and sample with xml * Manual update doc * Another doc try * Regenerate go-gin-server doc
This commit is contained in:
committed by
William Cheng
parent
5346eb4c34
commit
c918d7ad64
@@ -18,9 +18,9 @@ import (
|
||||
// once you place this file into your project.
|
||||
// For example,
|
||||
//
|
||||
// sw "github.com/myname/myrepo/go"
|
||||
// sw "github.com/myname/myrepo/"
|
||||
//
|
||||
sw "./go"
|
||||
sw "./"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user