Closed konatacarneiro closed 4 months ago
Added handling for custom fake tags in json.RawMessage fields when filling struct fields. This allows for customized generation of json.RawMessage fields without needing to implement the Fakeable interface for a struct.
Closes #360.
I think this looks good. Nice job. Ill get this release in a moment.
v7.0.4
Description
Added handling for custom fake tags in json.RawMessage fields when filling struct fields. This allows for customized generation of json.RawMessage fields without needing to implement the Fakeable interface for a struct.
Closes #360.