diff options
Diffstat (limited to 'controlBox.go')
| -rw-r--r-- | controlBox.go | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/controlBox.go b/controlBox.go index 4d1b893..ad2966e 100644 --- a/controlBox.go +++ b/controlBox.go @@ -23,11 +23,13 @@ type controlBox struct { Description *gadgets.OneLiner // repostatus things - pathL *gadgets.OneLiner - lastTag *gadgets.OneLiner - dirtyL *gadgets.OneLiner - currentL *gadgets.OneLiner - status *repostatus.RepoStatus + pathL *gadgets.OneLiner + lastTag *gadgets.OneLiner + dirtyL *gadgets.OneLiner + currentL *gadgets.OneLiner + buildDate *gadgets.OneLiner + tagDate *gadgets.OneLiner + status *repostatus.RepoStatus } // This initializes the control box |
