Updating dependency github.com/google/go-cmp to version v0.4.0

This commit is contained in:
Davanum Srinivas
2020-03-24 13:19:44 -04:00
parent cccdf5cde6
commit 0dd6bf6258
73 changed files with 1088 additions and 96 deletions

View File

@@ -8,8 +8,8 @@ package cmp
import "reflect"
const supportAllowUnexported = false
const supportExporters = false
func retrieveUnexportedField(reflect.Value, reflect.StructField) reflect.Value {
panic("retrieveUnexportedField is not implemented")
panic("no support for forcibly accessing unexported fields")
}