Skip to content

Commit

Permalink
Manual pain, no gain
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 18, 2024
1 parent b7e611b commit e6ff18f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ func rowsToNDJSON(rows *sql.Rows) (string, error) {
}

return buffer.String(), nil
}

// rowsToTSV converts the rows to TSV string
func rowsToTSV(rows *sql.Rows, cols bool) (string, error) {
Expand Down

0 comments on commit e6ff18f

Please sign in to comment.