diff options
| author | Jeff Carr <[email protected]> | 2025-10-30 00:12:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-30 00:12:44 -0500 |
| commit | ea0ceddfa9c40b87568a460a7f2ea3cd3bd2021f (patch) | |
| tree | 7a88c28a88f06789047452954be149eed9e1954f /tablePublish.go | |
| parent | d62ff87615b40c269ff9c0e340d3b4b403aa6b5a (diff) | |
new better smarter table
Diffstat (limited to 'tablePublish.go')
| -rw-r--r-- | tablePublish.go | 1 |
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() |
