diff options
| author | Jeff Carr <[email protected]> | 2024-01-17 01:55:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-17 01:55:22 -0600 |
| commit | fea46f4c0ae86c481fb8c0de830581186e97e5c1 (patch) | |
| tree | bcb5f45ab7df95d185cb3e263eb114bcf3e7117a /main.go | |
| parent | 6a34c69970cc98c76ee5f94428047d6a2e11c353 (diff) | |
compiles and runs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -88,7 +88,7 @@ func autotypistWindow() { // This creates a window func repoworld() { - reposwin = gadgets.NewBasicWindow(myGui, "autotypist for GO & git. it types faster than you can.") + reposwin = gadgets.NewBasicWindow(myGui, "All git repositories in ~/go/src/") reposwin.Make() // reposwin.StandardExit() @@ -118,14 +118,4 @@ func repoworld() { if ubranch == "" { ubranch = usr.Username } addRepo(reposgrid, path, mbranch, dbranch, ubranch) } - - /* - box2 := reposwin.Box().NewBox("bw vbox", false) - - globalDisplayOptions(box2) - globalBuildOptions(box2) - globalResetOptions(box2) - */ - - // reposwin.Draw() } |
