diff --git a/utils/helper.go b/utils/helper.go index 9fcc691..35ee240 100644 --- a/utils/helper.go +++ b/utils/helper.go @@ -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) {