engine: resources: Consider passing in funcs if possible
Let this sit in the test resource for now.
This commit is contained in:
@@ -440,7 +440,7 @@ func Into(v Value, rv reflect.Value) error {
|
||||
return Into(v.V, rv)
|
||||
|
||||
default:
|
||||
return fmt.Errorf("cannot Into() %+v of type %s into %s", v, v.Type(), typ)
|
||||
return fmt.Errorf("cannot Into() %+v of type (%T) %s into %s", v, v, v.Type(), typ)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user