summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.go b/main.go
index 5095bcb..d799834 100644
--- a/main.go
+++ b/main.go
@@ -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")