mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-28 12:30:54 +00:00
* 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
11 lines
259 B
Markdown
11 lines
259 B
Markdown
|
|
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](README.md)
|