fix: enable gofmt and whitespace linters

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2024-10-10 21:54:43 +02:00
parent 133918e23a
commit 33d7f2d53e
59 changed files with 196 additions and 268 deletions

View File

@ -46,5 +46,4 @@ func TestErrorWriteTo(t *testing.T) {
t.Errorf("HTTP headers %v, want %v", rr.HeaderMap, wheader)
}
}
}