This commit is contained in:
Owen Mansel-Chan
2025-01-09 11:43:36 +00:00
parent ca05697365
commit 1812be7fa8

View File

@@ -20,7 +20,3 @@ func (r *Rows) StructScan(dest interface{}) error {
func (r *Rows) SliceScan(dest []interface{}) error {
return nil
}
func (r *Rows) Scan(dest ...interface{}) error {
return nil
}