jinzhu / copier

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

add testCases for embered field test #41

Closed kohago closed 5 years ago

kohago commented 5 years ago

In my case, I copy struct with copier but the embered fields can't be displayed normally. After be confused for a while , I found it's a problem with the graphql-go https://github.com/graphql-go/graphql/issues/170 (I am using graphql-go)

I think it is better to add some test cases for embered field test to make it more easier to confirm copier act correctly.