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:
Jochen Scheib
2019-03-25 14:19:06 +01:00
committed by William Cheng
parent 5346eb4c34
commit c918d7ad64
14 changed files with 299 additions and 94 deletions

View File

@@ -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() {