We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://play.golang.org/p/XPEKi-yqqFA
Hi everyone,
I'm facing an error using the Copy() method when I copy an interface{} (real type : slice of pointers to struct) to an other interface{}.
See above the example.
This test case was correct in version v0.1.0 and is wfrom from version v0.2.0 to v0.2.5
@jinzhu
The text was updated successfully, but these errors were encountered:
54959a4
Fix copy slice, close jinzhu#88
9332070
jinzhu
No branches or pull requests
Reproducible Example
https://play.golang.org/p/XPEKi-yqqFA
Description
Hi everyone,
I'm facing an error using the Copy() method when I copy an interface{} (real type : slice of pointers to struct) to an other interface{}.
See above the example.
This test case was correct in version v0.1.0 and is wfrom from version v0.2.0 to v0.2.5
@jinzhu
The text was updated successfully, but these errors were encountered: