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

Fix issue #19 - Exec.ScanStruct does not allow embedded pointers #20

Merged
merged 2 commits into from
Jan 5, 2016

Conversation

ruzz311
Copy link
Collaborator

@ruzz311 ruzz311 commented Jan 4, 2016

Added ability for ScanStruct to allow embedded pointers with tests (added test for ScanStructs since it was missing)

@doug-martin
Copy link
Owner

Looks good

@doug-martin
Copy link
Owner

Can you update the HISTORY.md with your contribution?

@ruzz311
Copy link
Collaborator Author

ruzz311 commented Jan 5, 2016

Sure, I'll push up after I investigate the failing test.

@ruzz311
Copy link
Collaborator Author

ruzz311 commented Jan 5, 2016

@doug-martin - Included tests fixes to make tests pass for unexported embedded structs that were failing in > go1.6beta

ruzz311 added a commit that referenced this pull request Jan 5, 2016
Fix issue #19 - Exec.ScanStruct does not allow embedded pointers
@ruzz311 ruzz311 merged commit a96f4ed into doug-martin:master Jan 5, 2016
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