add load from select save
This commit is contained in:
parent
f721517f25
commit
17030c72ce
10 changed files with 229 additions and 53 deletions
|
|
@ -77,7 +77,7 @@ func DynamicCompare(s interface{}, u interface{}) (bool, error) {
|
|||
}
|
||||
|
||||
if u == nil {
|
||||
return false, fmt.Errorf("[empty] the compared value is nil")
|
||||
return false, fmt.Errorf("[empty] the compared value is nil while t is %T", s)
|
||||
}
|
||||
|
||||
return false, fmt.Errorf("[unknown] unexpected error. [old] %v and [new] %v", s, u)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue