summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 09:52:49 -0500
committerJeff Carr <[email protected]>2025-10-13 09:52:49 -0500
commit05f6613ead3d8a7310162cfca57fd26f46542f3f (patch)
treebbb74a8094a55ae7f8e2a119d4ac4817fd278422 /humanTable.go
parentf386a0655a7147ba3e14da6bfd37b25ad5e0b151 (diff)
hmmm. notsure.
Diffstat (limited to 'humanTable.go')
-rw-r--r--humanTable.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/humanTable.go b/humanTable.go
index e94fcb3..6486dcd 100644
--- a/humanTable.go
+++ b/humanTable.go
@@ -12,7 +12,7 @@ import (
// print the header
// args := []string{"namespace", "cur br", "age", "master", "devel", "last tag", "", "", "", ""}
// sizes := []int{40, 12, 6, 12, 16, 16, 16, 12, 12, 8}
-// log.Info(standardTableSize10(sizes, args))
+// lot.Printf(standardTableSize10(sizes, args))
// returns the line and the Sprintf fmt string
func StandardTableRow(sizes []int, args []string) (string, string) {
@@ -88,7 +88,6 @@ func StandardTableSize5(sizes []int, args []string) string {
func StandardTableSize10(sizes []int, args []string) string {
WIDTH, _ := getTerminalWidth()
- // log.Info("WIDTH IS", WIDTH)
var s string
for i, si := range sizes {
if si == 0 {