FIX:
* Cleaned up some documentation
This commit is contained in:
brent saner
2024-07-10 00:40:12 -04:00
parent d4bb259b83
commit 9b39811206
8 changed files with 30 additions and 25 deletions

View File

@@ -186,7 +186,7 @@ func (r *RequestRecord) UnmarshalBinary(data []byte) (err error) {
}
size = UnpackInt(b)
// And now we handle the FVPs themselves.
// And now handle the FVPs themselves.
b = make([]byte, size)
if _, err = buf.Read(b); err != nil {
return