From ea0ceddfa9c40b87568a460a7f2ea3cd3bd2021f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 Oct 2025 00:12:44 -0500 Subject: new better smarter table --- tablePublish.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tablePublish.go') 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() -- cgit v1.2.3