v1.0.1
FIX: * Cleaned up some documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user