summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index d951e78..72d35ff 100644
--- a/structs.go
+++ b/structs.go
@@ -76,6 +76,9 @@ type autoType struct {
// button to set all repo branches to master
setBranchesToMasterB *gui.Node
+
+ // show the time it took to do a scan
+ duration *gui.Node
}
func (my *autoType) GoSrcPath() string {