We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
copier:"must,nopanic"无法返回错误
copier:"must,nopanic"
copier:"must,nopanic" 在未发生拷贝时无法返回错误 copier:"must, nopanic" 在未发生拷贝时可以返回错误 区别逗号后多了一个空格 go version 1.16
copier:"must, nopanic"
The text was updated successfully, but these errors were encountered:
这里没有去除空格
copier/copier.go
Line 577 in 0e264e9
e.g. t.Logf(ToString(strings.Split("a, b,c", ","))) -> ["a"," b","c"]
t.Logf(ToString(strings.Split("a, b,c", ",")))
["a"," b","c"]
" nopanic"的flg没有解析出来
Sorry, something went wrong.
Line 692 in f0faaa4
jinzhu
No branches or pull requests
Reproducible Example
copier:"must,nopanic"
无法返回错误Description
copier:"must,nopanic"
在未发生拷贝时无法返回错误copier:"must, nopanic"
在未发生拷贝时可以返回错误区别逗号后多了一个空格
go version 1.16
The text was updated successfully, but these errors were encountered: