🧪 Test TextUnmarshaler implementation for Entry
This commit is contained in:
parent
e8fb298ea5
commit
5b60305de7
2 changed files with 83 additions and 5 deletions
|
|
@ -70,3 +70,7 @@ func (e Entry) MarshalText() ([]byte, error) {
|
|||
|
||||
return buff.Bytes(), nil
|
||||
}
|
||||
|
||||
func (m *Entry) UnmarshalText(in []byte) error {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue