RS
Size: a a a
RS
VS
VS
ОЭ
CF
AT
e.Ctx = context.WithValue(e.Ctx, "args", args)^~~~~~~~~~~^
AT
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
ВС
type myCtxKeyT struct{}
var myCtxKey = myCtxKeyT{}
VG
e.Ctx = context.WithValue(e.Ctx, "args", args)^~~~~~~~~~~^
AT
Z
SP
SP
SZ
SP
SP
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
SP
e.Ctx = context.WithValue(e.Ctx, "args", args)^~~~~~~~~~~^
AT
SZ
SZ