diff options
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() |
