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

@ -74,7 +74,6 @@ func (q *statsQueue) Insert(p *RequestStats) {
q.items[q.back] = p
q.totalReqSize += q.items[q.back].Size
}
// Rate function returns the package rate and byte rate