diff options
| author | Jeff Carr <[email protected]> | 2024-02-06 04:03:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-06 04:03:17 -0600 |
| commit | fb88285aeb9e78cb53bba7a5a54cd7306c6263d5 (patch) | |
| tree | cb92c4ccbb9b16da54f86d3f8562d2073080289b /main.go | |
| parent | 7071aad1a59904b8328fbb23ac8aeb59b6a4addd (diff) | |
go.work file for pkgsite
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,8 +63,8 @@ func main() { } func autotypistWindow() { - win := me.myGui.NewWindow("autotypist for GO & git. it types faster than you can.") - box := win.NewBox("bw hbox", true) + me.autotypistWindow = me.myGui.NewWindow("autotypist for GO & git. it types faster than you can.") + box := me.autotypistWindow.NewBox("bw hbox", true) globalDisplayOptions(box) globalBuildOptions(box) |
