frankban / quicktest

Quick helpers for testing Go applications
MIT License
529 stars 27 forks source link

Upgrade to go-cmp v0.4.0 and adjust checker_test.go accordingly #62

Closed anthonyfok closed 4 years ago

anthonyfok commented 4 years ago

For user convenience, in go-cmp v0.4.0, full name of the type is printed in the panic message when accessing an unexported field, see google/go-cmp#171

Many thanks!

Anthony