summaryrefslogtreecommitdiff
path: root/stat.TableLimit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 15:18:04 -0500
committerJeff Carr <[email protected]>2025-10-16 15:18:04 -0500
commit9a0089928e713a35b4a5c0ab46b86fd1a2e498da (patch)
treed8d91e8d9797f3222bcfd8d244c137e34eaadbd5 /stat.TableLimit.go
parent43599276915dbcef6f941aa31cfea9cc2c2512aa (diff)
try to sort by time. didn't work
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)
+}