How to access unexported struct fields

Is there a way to use reflect to access unexported fields in Go 1.8? This no longer seems to work: https://stackoverflow.com/a/17982725/555493 Note that reflect.DeepEqual works just fine (that is, ...