style(go): apply gofmt to repository
Some checks failed
CI / verify (push) Failing after 24s

This commit is contained in:
Your Name
2026-05-06 12:22:41 +08:00
parent 43bcb499d0
commit 06eeb5776b
17 changed files with 132 additions and 133 deletions

View File

@@ -143,4 +143,4 @@ func TestRateLimiter_WithRateLimit_XForwardedFor(t *testing.T) {
if rec.Code != http.StatusOK {
t.Errorf("different IP: expected 200, got %d", rec.Code)
}
}
}