summaryrefslogtreecommitdiff
path: root/tablePublish.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-30 00:12:44 -0500
committerJeff Carr <[email protected]>2025-10-30 00:12:44 -0500
commitea0ceddfa9c40b87568a460a7f2ea3cd3bd2021f (patch)
tree7a88c28a88f06789047452954be149eed9e1954f /tablePublish.go
parentd62ff87615b40c269ff9c0e340d3b4b403aa6b5a (diff)
new better smarter table
Diffstat (limited to 'tablePublish.go')
-rw-r--r--tablePublish.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tablePublish.go b/tablePublish.go
index cbecfe0..b80018d 100644
--- a/tablePublish.go
+++ b/tablePublish.go
@@ -27,6 +27,7 @@ func (pb *Repos) PrintPublishTable() string {
}
return log.Sprintf("gitpb.PublishTable: total=(%d) dirty=(%d) binaries=(%d) protobufs(%d)", pb.Len(), dirty, bins, protos)
}
+
func (pb *Repos) MakePublishTable() *ReposTable {
t := pb.NewTable("gitpb Publish Table")
t.NewUuid()