Skip to content

Commit

Permalink
Merge branch 'master' into feat/cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
maitredede committed Apr 14, 2020
2 parents 4701737 + ac5b59a commit bb8f590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/celler/controller/examples.go
Expand Up @@ -33,7 +33,7 @@ func (c *Controller) PingExample(ctx *gin.Context) {
// @Produce json
// @Param val1 query int true "used for calc"
// @Param val2 query int true "used for calc"
// @Success 200 {integer} integer "answer"
// @Success 200 {integer} string "answer"
// @Failure 400 {string} string "ok"
// @Failure 404 {string} string "ok"
// @Failure 500 {string} string "ok"
Expand Down

0 comments on commit bb8f590

Please sign in to comment.