From a21c6d1efd75a9a9d723f4f538275de938d2d1bf Mon Sep 17 00:00:00 2001 From: Miles Date: Sun, 24 May 2020 10:39:25 +0800 Subject: [PATCH] put an empty line before 1396 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f33e168..771b577f 100644 --- a/README.md +++ b/README.md @@ -1393,6 +1393,7 @@ r.GET("/test", func(c *gin.Context) { c.Redirect(http.StatusMovedPermanently, "http://www.google.com/") }) ``` + Issuing a HTTP redirect from POST. Refer to issue: [#444](https://github.com/gin-gonic/gin/issues/444) ```go r.POST("/test", func(c *gin.Context) {