Skip to content

fix Go 1.6 reflection behavior

Luke Champine requested to merge enc-1.6-fix into master

As of Go 1.6, it's illegal to call Interface on an unexported embedded struct field. AFAIK we don't do this anywhere in production anyway; the only place it occurs is in the encoding tests.

Merge request reports