Skip to content
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

skip not match transformer #217

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

skip not match transformer #217

wants to merge 4 commits into from

Conversation

kooksee
Copy link

@kooksee kooksee commented Jul 11, 2022

No description provided.

merge.go Outdated
"fmt"
"reflect"
)

var Skip = errors.New("mergo: skip custom transformer")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error var Skip should have name of the form ErrFoo

merge.go Outdated
"fmt"
"reflect"
)

var Skip = errors.New("mergo: skip custom transformer")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported var Skip should have comment or be unexported

@darccio darccio added the v2 label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants