🧪 Test json.Unmarshaler implementation for Entry
This commit is contained in:
parent
f3bf89b09e
commit
eff9a454f9
2 changed files with 86 additions and 0 deletions
|
|
@ -178,3 +178,7 @@ func (e Entry) MarshalJSON() ([]byte, error) {
|
|||
}
|
||||
return json.Marshal(out)
|
||||
}
|
||||
|
||||
func (e *Entry) UnmarshalJSON([]byte) error {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue