Update Go generators' default value (#362)

* udpate go client default value

* update go generators' default value
This commit is contained in:
William Cheng
2018-05-08 10:16:38 +08:00
committed by GitHub
parent 3758aad225
commit 0dbb6dcaa6
65 changed files with 197 additions and 273 deletions

View File

@@ -1,11 +1,10 @@
/*
* Swagger Petstore
* OpenAPI Petstore
*
* This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.
* This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
*
* API version: 1.0.0
* Contact: apiteam@swagger.io
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package petstoreserver