diff options
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) |
