go-test / deep

Golang deep variable equality test that returns human-readable differences
MIT License
743 stars 54 forks source link

nil comparision fix #2

Closed cahitbeyaz closed 7 years ago

cahitbeyaz commented 7 years ago

nil parameter support for func deep.Equal

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-1.3%) to 98.69% when pulling 0eb90021a8e237da2f35e72474ebb93f9f9afde9 on beyazc:fix-nil into 79b3a1f9fcebb32c50364cfc75c3b5324814de16 on go-test:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 154f9b6676b37a9e56eb52b441e81cf1fec6f1f3 on beyazc:fix-nil into 79b3a1f9fcebb32c50364cfc75c3b5324814de16 on go-test:master.

daniel-nichter commented 7 years ago

Thanks for the test and fix!