mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-20 14:20:00 -08:00
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue