// Code generated by go.wit.com/apps/autogenpb DO NOT EDIT. // go install go.wit.com/apps/autogenpb@latest // // This file was autogenerated with autogenpb: // autogenpb v0.5.26-2-gf383ca1 Built on 2025/10/16 13:59:01 ( 54 s) // Theese sort.pb.go and marshal.pb.go files are autogenerated // The autogenpb sources have example .proto files with instructions // package gitpb import ( "go.wit.com/lib/cobol" ) // formats & prints the table as text to Stdout. a real timesaver! func (t *StatsTable) PrintTableLimit(limit int) { t.MakeTable() cobol.PrintTableLimit(t.pb, limit, false) }