parent
8ddc35e198
commit
ff0524340d
5
main.go
5
main.go
|
@ -9,7 +9,7 @@ import (
|
||||||
|
|
||||||
"go.wit.com/gui/gui"
|
"go.wit.com/gui/gui"
|
||||||
"go.wit.com/gui/gadgets"
|
"go.wit.com/gui/gadgets"
|
||||||
"go.wit.com/gui/tools/repostatus"
|
"go.wit.com/gui/lib/repostatus"
|
||||||
)
|
)
|
||||||
|
|
||||||
//go:embed plugins/*
|
//go:embed plugins/*
|
||||||
|
@ -205,6 +205,9 @@ func repoworld() {
|
||||||
repo.newScan()
|
repo.newScan()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
buildOptions.NewSeparator("endStatusScans")
|
||||||
|
buildOptions.NewSeparator("endStatusScans")
|
||||||
|
|
||||||
buildOptions.NewLabel("cmd")
|
buildOptions.NewLabel("cmd")
|
||||||
cmds = buildOptions.NewLabel("ls")
|
cmds = buildOptions.NewLabel("ls")
|
||||||
|
|
||||||
|
|
2
scan.go
2
scan.go
|
@ -4,7 +4,7 @@ package main
|
||||||
import (
|
import (
|
||||||
"go.wit.com/log"
|
"go.wit.com/log"
|
||||||
|
|
||||||
"go.wit.com/gui/tools/repostatus"
|
"go.wit.com/gui/lib/repostatus"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (r *repo) newScan() bool {
|
func (r *repo) newScan() bool {
|
||||||
|
|
|
@ -4,7 +4,7 @@ package main
|
||||||
import (
|
import (
|
||||||
"go.wit.com/gui/gui"
|
"go.wit.com/gui/gui"
|
||||||
"go.wit.com/gui/gadgets"
|
"go.wit.com/gui/gadgets"
|
||||||
"go.wit.com/gui/tools/repostatus"
|
"go.wit.com/gui/lib/repostatus"
|
||||||
)
|
)
|
||||||
|
|
||||||
// the main window nodes
|
// the main window nodes
|
||||||
|
|
Loading…
Reference in New Issue