jinzhu / copier

Copier for golang, copy value from struct to struct and more
MIT License
5.58k stars 490 forks source link

Test fails on specific type from go-openapi project #48

Closed SergeAx closed 3 years ago

SergeAx commented 4 years ago

Hi!

Thank you for a great package! Saved me couple of days coding something vaguely similar)

Today I've stumbled on a strange behavior: particular type from particular package is not being copied. Here is a branch with a failing test, I thought it is a bit better than just an issue.

jinzhu commented 3 years ago

Hello, would you mind to fixed the conflicting to merge it? thank you

SergeAx commented 3 years ago

Sorry, I've deleted my fork just recently during New Year cleanup( Anyway, it was not a solution, just a test case which fails, to simplify debugging. I can restore the fork, but you should not merge it, because it will break your master.