mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-24 05:42:40 +08:00
fix always nil meta
This commit is contained in:
parent
2369954b08
commit
eb9f094a2d
@ -119,5 +119,5 @@ func ExtractMeta(data []byte) (*Meta, []byte, error) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil, data[offset+1:], nil
|
return meta, data[offset+1:], nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user