This commit is contained in:
Arpad Ryszka 2020-12-06 23:41:58 +01:00
commit 43072b95a3

View File

@ -180,7 +180,7 @@ func reflectPointer(o opts, p *pending, r reflect.Value) node {
}
e := reflectValue(o, p, r.Elem())
if o&_pointerValues != 0 {
if o & _pointerValues != 0 {
e = nodeOf(e, "_", r.Pointer())
}