diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 18:53:21 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 19:04:48 -0500 |
| commit | ecfdb58a48931389c5f27f465bf7478428cb385d (patch) | |
| tree | ab46ed23c419db2667fbb867111ba44bb00a1313 /tablePB.go | |
| parent | 2fb8dc546300f278255c0a5ee339b6a9c7e89d48 (diff) | |
Diffstat (limited to 'tablePB.go')
| -rw-r--r-- | tablePB.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ func PrintTable(pb *guipb.Table) { var args []string var sizes []int + log.Info("INFO: table len=", len(pb.AnyCols)) // first print the table header for _, col := range pb.AnyCols { args = append(args, col.Header.Name) |
