mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-30 11:42:35 +00:00
fix always nil meta
This commit is contained in:
@@ -119,5 +119,5 @@ func ExtractMeta(data []byte) (*Meta, []byte, error) {
|
||||
)
|
||||
}
|
||||
|
||||
return nil, data[offset+1:], nil
|
||||
return meta, data[offset+1:], nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user