-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
struct with unexported fields #38
Comments
TheoBrigitte
added a commit
to TheoBrigitte/mergo
that referenced
this issue
Feb 22, 2017
TheoBrigitte
added a commit
to TheoBrigitte/mergo
that referenced
this issue
Feb 22, 2017
First of all, sorry. Second, I will take care of this this next week. |
darccio
added a commit
that referenced
this issue
Oct 9, 2017
Fix merge of struct with unexported fields. Issue #38
Thanks for your PR! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I came across an issue where struct with unexported fields are not merged.
A good example is type time.Time
The text was updated successfully, but these errors were encountered: