go · go/sql.ErrNoRows
sql.ErrNoRows
No Rows
Returned by QueryRow.Scan when the query returns no rows. Not returned by Query — callers must check rows.Next() themselves.
Returned by QueryRow.Scan when the query returns no rows. Not returned by Query — callers must check rows.Next() themselves.