Closed MayCXC closed 3 months ago
Thanks for the PR, @MayCXC. This change makes sense to me. Would you mind adding some documentation and tests for this?
Thanks for the PR, @MayCXC. This change makes sense to me. Would you mind adding some documentation and tests for this?
you got it, I added doc comments & tests.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.70%. Comparing base (
3f27eb9
) to head (9bd3a78
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Allows fields to be used to construct
ObjectMarshaler
s that can then be used with other functions likefunc Objects
. Link to issue: https://github.com/uber-go/zap/issues/1458