diff options
| author | Jeff Carr <[email protected]> | 2025-09-15 05:10:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-15 05:10:29 -0500 |
| commit | e14f7b93d1829fd2d6e883005a092caab39b2c8d (patch) | |
| tree | abd41d756796c3485ab1fb8b90e91c10f3300c6e | |
| parent | 7fdd7075fdf2c69c8d830aca08cdb23f60ad520c (diff) | |
more work on 'any'
| -rw-r--r-- | doTag.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,8 @@ func makeTagTablePB(pb *gitpb.GitTags) *gitpb.GitTagsTable { return tag.Creatordate.AsTime() }) cola.Width = 16 + tmp := t.AddSubject() + tmp.Width = -1 return t } |
