summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-17 04:31:13 -0600
committerJeff Carr <[email protected]>2024-01-17 04:31:13 -0600
commit25a6dad2789ff5c9425931b933ff3f55cebf1cba (patch)
tree40d631771d92c1be3797bd58115a0bf4d3a64acf
parent6207a0fb60f6b15d26a7cbd7c0cf9e7bebec5492 (diff)
good grief
-rw-r--r--main.go4
-rwxr-xr-xmyreposbin5544792 -> 0 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index c161498..ba69003 100644
--- a/main.go
+++ b/main.go
@@ -21,7 +21,7 @@ func main() {
myGui.Default()
autotypistWindow()
- repoworld()
+ // repoworld()
log.Sleep(.3)
hidePerfect()
gui.Watchdog()
@@ -77,12 +77,12 @@ func autotypistWindow() {
me.autotypistWindow = gadgets.NewBasicWindow(myGui, "autotypist for GO & git. it types faster than you can.")
me.autotypistWindow.Make()
me.autotypistWindow.StandardExit()
+ me.autotypistWindow.Draw()
box := me.autotypistWindow.Box()
globalDisplayOptions(box)
globalBuildOptions(box)
globalResetOptions(box)
- me.autotypistWindow.Draw()
}
diff --git a/myrepos b/myrepos
deleted file mode 100755
index 9d86e37..0000000
--- a/myrepos
+++ /dev/null
Binary files differ