Этот коммит содержится в:
Damian Gryski 2023-03-24 11:33:57 -07:00 коммит произвёл Ron Evans
родитель 181d2ad2b4
коммит 017ab4c352

Просмотреть файл

@ -639,6 +639,9 @@ func (v Value) Field(i int) Value {
// The fact that PkgPath is present means that this field is not // The fact that PkgPath is present means that this field is not
// exported. // exported.
flags &^= valueFlagExported flags &^= valueFlagExported
} else {
// Parent field may not have been exported but we are
flags |= valueFlagExported
} }
size := v.typecode.Size() size := v.typecode.Size()