Closed flycash closed 11 months ago
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
985e68e
) 95.81% compared to head (49f6e15
) 95.77%.
Files | Patch % | Lines |
---|---|---|
iox/json_reader.go | 80.00% | 2 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
在很多时候,我们需要将一个结构体在经过序列化之后,作为一个 reader 传入到别的方法里面。
为了避免写重复代码,我提供了一个封装。
毕竟在没有这个封装的情况下,还是过于垃圾了。