forked from loafle/openapi-generator-original
[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:
@@ -30,6 +30,7 @@ func (c *Container) FindPetsByStatus(ctx echo.Context) error {
|
||||
|
||||
|
||||
// FindPetsByTags - Finds Pets by tags
|
||||
// Deprecated
|
||||
func (c *Container) FindPetsByTags(ctx echo.Context) error {
|
||||
return ctx.JSON(http.StatusOK, models.HelloWorld {
|
||||
Message: "Hello World",
|
||||
|
||||
Reference in New Issue
Block a user