Skip to content

Conversation

BatmanAoD
Copy link

Alternative to #103 without special handling for time.Time

@BatmanAoD
Copy link
Author

Should fix #97 and #98

@furkanrollic
Copy link

Any updates on this pr? I have the same problem and the proposed solution seems reasonable to me although I am not very familiar with the codebase.

@tomdevelops
Copy link
Contributor

hey have a look at the PR #113 it should fix the same problem and pass all tests. I've merged the PR #113 into my fork, so you could use that, until it is merged in the main project.

go.mod

module awesomeproject

go 1.16

require (
....
)

replace github.com/jinzhu/copier => github.com/tomdevelops/copier v0.3.3

@BatmanAoD
Copy link
Author

Hm, I'm not sure how I didn't notice the test failures on my branch. Closing this in favor of #113.

@BatmanAoD BatmanAoD closed this Nov 16, 2021
@BatmanAoD BatmanAoD deleted the fix-private-deepcopy branch November 16, 2021 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants