You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the database/sql method. Scan should copy the columns in the current row into the values pointed at by dest. The number of values in dest must be the same as the number of columns in Rows. func (c *Cursor) Scan(dest ...interface{}) error