good morning!!!!

Skip to content
Snippets Groups Projects
Commit b56a2f85 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Changing error message to use %T.

parent 41a660ba
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ var (
ErrUnsupportedDestination = errors.New(`Unsupported destination type.`)
ErrUnsupportedType = errors.New(`This type does not support marshaling.`)
ErrUnsupportedValue = errors.New(`This value does not support unmarshaling.`)
ErrUnknownConditionType = errors.New(`Arguments of type %s can't be used as constraints.`)
ErrUnknownConditionType = errors.New(`Arguments of type %T can't be used as constraints.`)
)
// Deprecated but kept for backwards compatibility. See: https://github.com/upper/db/issues/18
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment