-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
[Bug] Copy time.Time not working #78
Comments
This seems to be due to |
[fix] #78 Note that a copy was made after successful copy
@jinzhu, @matthieujoossen , this is not fixed I think, see the following example |
@jinzhu any thoughts on this ? :) |
@jinzhu, any solution on this ? |
Hmmmm, my bad, it seems that this PR https://github.com/jinzhu/copier/pull/113 fixes this issue but it is not yet released |
Sorry for the delay, done that. |
Perfect @jinzhu , thank you so much for the work you are doing! |
Reproducible Example
https://play.golang.org/p/pbA2Z1XJotV
Description
Hi everyone,
I'm not abble to copy structure of type
time.Time
.See the example above.
Thanks in advance @jinzhu @math-nao
The text was updated successfully, but these errors were encountered: