From e7564a55ac53170ea7adbcc2677c44c23648d311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AE=97=E8=BE=89?= <1050527083@qq.com> Date: Sat, 16 Nov 2024 00:37:31 +0800 Subject: [PATCH] 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 --- context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context.go b/context.go index c724daf3..d978a55e 100644 --- a/context.go +++ b/context.go @@ -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 }