diff options
| author | Jeff Carr <[email protected]> | 2024-02-19 19:42:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-19 19:42:14 -0600 |
| commit | 8df9f47a23d9bb14fe908b5564ef5884b0efd6f2 (patch) | |
| tree | 74177ed317c961e66913b83446ea4c522f6451fb /structs.go | |
| parent | 84115c27121574923ed29f37b9b057de0761ff2c (diff) | |
start cleaning up the buttons
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 { |
