mirror of
https://github.com/golang/go
synced 2024-11-25 09:17:57 -07:00
Remove superfluous comment
This commit is contained in:
parent
20cc6f7de0
commit
0a38201765
@ -4252,8 +4252,6 @@ type rcsRows struct {
|
|||||||
|
|
||||||
func (r *rcsRows) ScanColumn(dest any, index int) error {
|
func (r *rcsRows) ScanColumn(dest any, index int) error {
|
||||||
switch d := dest.(type) {
|
switch d := dest.(type) {
|
||||||
// Override int64 to set a specific value. This will prove that
|
|
||||||
// RowsColumnScanner is overriding normal database/sql Scan behavior.
|
|
||||||
case *int64:
|
case *int64:
|
||||||
*d = 42
|
*d = 42
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user