forked from External/grumble
sqlite: reflect.Typeof -> reflect.TypeOf
This commit is contained in:
parent
84c95dc188
commit
f36ae37afd
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ func (s *Stmt) Scan(args ...interface{}) os.Error {
|
||||||
}
|
}
|
||||||
*v = x
|
*v = x
|
||||||
default:
|
default:
|
||||||
return os.NewError("unsupported type in Scan: " + reflect.Typeof(v).String())
|
return os.NewError("unsupported type in Scan: " + reflect.TypeOf(v).String())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue