2
0

Add text to pgtype

This commit is contained in:
Jack Christensen
2017-03-04 21:20:56 -06:00
parent b1fc8109db
commit fa57904d6b
25 changed files with 768 additions and 149 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ func (src *Bool) AssignTo(dst interface{}) error {
return nil
}
}
return fmt.Errorf("cannot put decode %v into %T", src, dst)
return fmt.Errorf("cannot decode %v into %T", src, dst)
}
return nil