chore: update linter.
This commit is contained in:
parent
5f9a84fc8b
commit
a371f971fb
5 changed files with 14 additions and 6 deletions
|
@ -284,9 +284,9 @@ func TestIntegrationShouldCompress(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func generateBytes(len int) []byte {
|
||||
func generateBytes(length int) []byte {
|
||||
var value []byte
|
||||
for i := 0; i < len; i++ {
|
||||
for i := 0; i < length; i++ {
|
||||
value = append(value, 0x61+byte(i))
|
||||
}
|
||||
return value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue