diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 15:09:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 15:09:47 -0600 |
| commit | ff0524340d6bf380e0575bb9a04f162da35b0fc6 (patch) | |
| tree | 27c84530b185b6b6f87190eef4aeb3c323e7156a /main.go | |
| parent | 8ddc35e1985cdb2411eb25faead86d631421a6ab (diff) | |
use 'lib'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,7 +9,7 @@ import ( "go.wit.com/gui/gui" "go.wit.com/gui/gadgets" - "go.wit.com/gui/tools/repostatus" + "go.wit.com/gui/lib/repostatus" ) //go:embed plugins/* @@ -205,6 +205,9 @@ func repoworld() { repo.newScan() } }) + buildOptions.NewSeparator("endStatusScans") + buildOptions.NewSeparator("endStatusScans") + buildOptions.NewLabel("cmd") cmds = buildOptions.NewLabel("ls") |
