docs: update docs (#19676)
Co-authored-by: son trinh <son@decentrio.ventures> Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
co-authored by
son trinh
Julien Robert
parent
2bf7e9f846
commit
2bfc037a07
+1
-1
@@ -59,7 +59,7 @@ type (
|
||||
// MustUnmarshal calls Unmarshal and panics if error is returned.
|
||||
MustUnmarshal(bz []byte, ptr proto.Message)
|
||||
|
||||
// Unmarshal parses the data encoded with UnmarshalLengthPrefixed method and stores
|
||||
// UnmarshalLengthPrefixed parses the data encoded with UnmarshalLengthPrefixed method and stores
|
||||
// the result in the value pointed to by v.
|
||||
UnmarshalLengthPrefixed(bz []byte, ptr proto.Message) error
|
||||
// MustUnmarshalLengthPrefixed calls UnmarshalLengthPrefixed and panics if error
|
||||
|
||||
Reference in New Issue
Block a user