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
We currently have a problem with parsing types from database/sql.Row.Scan. We can deal with it by implemeting our own Scanner or it would be nice if this package can have like the following?
funcParseDeviceType(deviceTypestring) (dt uasurfer.ParseDeviceType, errerror) {
// Parsing work herereturn
}
The text was updated successfully, but these errors were encountered:
We currently have a problem with parsing types from database/sql.Row.Scan. We can deal with it by implemeting our own Scanner or it would be nice if this package can have like the following?
The text was updated successfully, but these errors were encountered: