mirror of https://github.com/gin-gonic/gin.git
Change the annotation names in line 90 of context.go that are different from the attributes to be consistent, and change the first letter to lowercase
This commit is contained in:
parent
e46bd52185
commit
e7564a55ac
|
@ -87,7 +87,7 @@ type Context struct {
|
|||
// or PUT body parameters.
|
||||
formCache url.Values
|
||||
|
||||
// SameSite allows a server to define a cookie attribute making it impossible for
|
||||
// sameSite allows a server to define a cookie attribute making it impossible for
|
||||
// the browser to send this cookie along with cross-site requests.
|
||||
sameSite http.SameSite
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue