mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-14 12:12:12 +08:00
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.
|
// or PUT body parameters.
|
||||||
formCache url.Values
|
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.
|
// the browser to send this cookie along with cross-site requests.
|
||||||
sameSite http.SameSite
|
sameSite http.SameSite
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user