You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be written in big letters in the readme 😂, it makes this library less useful as a usual use case is to copy structs from other packages with unexported fields.
https://play.golang.org/p/IYQlesIxpD1
Trying to deep copy a slice of struct but it is not working as all the copies are pointing to original and thus changing the copy affects the original
The text was updated successfully, but these errors were encountered: