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:
朱宗辉 2024-11-16 00:37:31 +08:00
parent e46bd52185
commit e7564a55ac
1 changed files with 1 additions and 1 deletions

View File

@ -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
}