blob: 8c0b2178b44be748641c80bcd247bc68c973f7a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// 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)
}
|