chore: remove export loop ref and loop-scope assignments (changed with go 1.22)

This commit is contained in:
Atanas Janeshliev
2025-01-20 12:48:43 +01:00
parent 105ea4de0d
commit ae5469fc81
4 changed files with 0 additions and 10 deletions

View File

@ -75,8 +75,6 @@ func TestUserAgent(t *testing.T) {
}
for _, test := range tests {
test := test
t.Run(test.want, func(t *testing.T) {
ua := New()