[go] More idiomatic godoc comments (#10044)

* [go] More idiomatic godoc comments

* [go] Mark deprecated fields and functions

* [go] Minor mustache readability/consistency fixes

* [go] Mark deprecated operation parameters

* [go] Deprecate a petstore component property for testing

* [go] Apply deprecated godoc in Go servers also
This commit is contained in:
Nathan Baulch
2021-08-03 19:11:16 +10:00
committed by GitHub
parent 4210b41f84
commit c1c5775271
178 changed files with 2344 additions and 2169 deletions

View File

@@ -31,6 +31,7 @@ func FindPetsByStatus(c *gin.Context) {
}
// FindPetsByTags - Finds Pets by tags
// Deprecated
func FindPetsByTags(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{})
}