chore: ⬆️ updated deps
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ func (dst *ParameterDescription) Decode(src []byte) error {
|
||||
|
||||
*dst = ParameterDescription{ParameterOIDs: make([]uint32, parameterCount)}
|
||||
|
||||
for i := 0; i < parameterCount; i++ {
|
||||
for i := range parameterCount {
|
||||
dst.ParameterOIDs[i] = binary.BigEndian.Uint32(buf.Next(4))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user