-
-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
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
特定场景无法匹配到TypeConverter #170
Labels
Comments
driventokill
pushed a commit
to driventokill/copier
that referenced
this issue
Apr 24, 2023
As mentioned in issue#170 there're several issues in using custom converter: 1. from struct to struct 2. from map to map 3. from slice to slice 4. from embedded slice to embedded slice All these cases are tested in `copier_issue170_test.go`. There is a FIXME leaved behind becaused I'm not very familier with types in golang. It'll be great if someone could fix it for me. Resolves: jinzhu#170
driventokill
added a commit
to driventokill/copier
that referenced
this issue
Apr 24, 2023
As mentioned in issue#170 there're several issues in using custom converter: 1. from struct to struct 2. from map to map 3. from slice to slice 4. from embedded slice to embedded slice All these cases are tested in `copier_issue170_test.go`. There is a FIXME leaved behind becaused I'm not very familier with types in golang. It'll be great if someone could fix it for me. Resolves: jinzhu#170
driventokill
added a commit
to driventokill/copier
that referenced
this issue
Apr 25, 2023
As mentioned in issue#170 there're several issues in using custom converter: 1. from struct to struct 2. from map to map 3. from slice to slice 4. from embedded slice to embedded slice All these cases are tested in `copier_issue170_test.go`. There is a FIXME leaved behind becaused I'm not very familier with types in golang. It'll be great if someone could fix it for me. Resolves: jinzhu#170
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
copier 在特定场景无法匹配到TypeConverter, 如下面四种场景, 实际上仅有一个能匹配到.
The text was updated successfully, but these errors were encountered: