Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly handle embedded unexported structs in Go 1.6. #54

Merged
merged 1 commit into from
Dec 19, 2015

Conversation

xStrom
Copy link
Collaborator

@xStrom xStrom commented Dec 18, 2015

Go 1.6 will fix how unexported embedded structs are handled by the reflect package.

This patch makes sure goon will continue functioning properly with Go 1.6. The fix is also compatible with older versions, e.g. Go 1.4.2 which GAE currently uses.

maddyblue added a commit that referenced this pull request Dec 19, 2015
Correctly handle embedded unexported structs in Go 1.6.
@maddyblue maddyblue merged commit f99149e into maddyblue:master Dec 19, 2015
@xStrom xStrom deleted the go16 branch May 24, 2019 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants