summaryrefslogtreecommitdiff
path: root/stat.TableLimit.go
diff options
context:
space:
mode:
Diffstat (limited to 'stat.TableLimit.go')
-rw-r--r--stat.TableLimit.go20
1 files changed, 20 insertions, 0 deletions
diff --git a/stat.TableLimit.go b/stat.TableLimit.go
new file mode 100644
index 0000000..8c0b217
--- /dev/null
+++ b/stat.TableLimit.go
@@ -0,0 +1,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)
+}