mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Fix stub
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user