diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 21:11:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 21:11:28 -0600 |
| commit | 050c59d8d2f2212cbf5086d0ccf55e9feaa4b13e (patch) | |
| tree | d991fb1e775dc411b2f9641018f4df6342801fd7 /main.go | |
| parent | 65686d03598b4e944b5633981e96a918e5cb7d2d (diff) | |
more attempts to auto-rebuild
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,7 @@ import ( "go.wit.com/gui/lib/repostatus" ) -//go:embed plugins/* +//go:embed resources/* var resToolkit embed.FS func main() { @@ -133,6 +133,8 @@ func repoworld() { guiBranch.Add("guidevel") guiBranch.Add("jcarr") + // gofmt -w -r "go.wit.com/gui -> go.wit.com/gui/gui" . + buildOptions.NewLabel("only PERFECT") buildOptions.NewButton("Find", func () { log.Warn("delete every repo marked PERFECT") |
