mennanov / fieldmask-utils

Protobuf Field Mask Go utils
MIT License
229 stars 26 forks source link

Change StructToStruct behavior with slice fields to truncate the destination #9

Closed mohqas closed 4 years ago

mohqas commented 4 years ago

Change StructToStruct behavior with slice fields to truncate the destnation field baased on the source field length

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 51


Totals Coverage Status
Change from base Build 49: 0.7%
Covered Lines: 1700
Relevant Lines: 1895

💛 - Coveralls
mohqas commented 4 years ago

I have reflected the changes of StructToStruct in StructToMap as well.