forked from loafle/openapi-generator-original
Rename environment variable for Go to post-process file (#1091)
* renmae Go post process file env variable * add back samples/client/petstore/c/libcurl.licence * keep go samples up-to-date * update go petstore samples * update go samples without formatting
This commit is contained in:
@@ -11,6 +11,7 @@ package petstoreserver
|
||||
|
||||
// User - A User who is purchasing from the pet store
|
||||
type User struct {
|
||||
|
||||
Id int64 `json:"id,omitempty"`
|
||||
|
||||
Username string `json:"username,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user