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:
William Cheng
2018-10-01 21:24:32 +08:00
committed by GitHub
parent dcc0b5e772
commit 2b87b309ad
47 changed files with 437 additions and 361 deletions

View File

@@ -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"`