Skip to content

Commit

Permalink
Remove reference note
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Aug 27, 2024
1 parent c1ad5a5 commit de83d50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/row_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func check_rows_in_db(source_creds vcap.Credentials) {
}
defer rows.Close()
var count int
// Reference: https://stackoverflow.com/a/49400697
for rows.Next() {
if err := rows.Scan(&count); err != nil {
logging.Error.Println(err)
Expand Down

0 comments on commit de83d50

Please sign in to comment.