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

+ Skip unexported fields as reflection will panic if accessed #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

LouAdrien
Copy link

Currently if used with Struct that have unexported fields, the Save() method will panic, fixing this.

@LouAdrien
Copy link
Author

hello @moehlone this PR is pretty straightforward, does it seem good to you or am I missing something big?

@moehlone
Copy link
Contributor

moehlone commented Feb 7, 2018

Hi @LouAdrien, could you please rebase from master and add a test for your case? There were some changes.. thank you! :-)
With #14 the project is now dockerized and you only have to run make test.

@moehlone moehlone added the bug label Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants