openapi-generator/docs/generators/go-gin-server.md
kemokemo 14de289fc1 [Go] Add a generator for the gin framework (#1048)
* copy from go-server and add go-gin-server generator

* change the templates for the gin

* fix warnings of the golint tool

* fix the path of script

* add samples

* delete unnecessary comments (#1048)

* make the help message more appropriate (#1048)

* fix the link address format (#1048)

* minor improvement
2018-09-22 00:45:32 +08:00

259 B

CONFIG OPTIONS for go-gin-server

packageName
    Go package name (convention: lowercase). (Default: openapi)

hideGenerationTimestamp
    Hides the generation timestamp when files are generated. (Default: true)

Back to the generators list