GOMOD: still had it wrong

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2021-11-03 03:09:08 -05:00
parent 3d81e8ae9c
commit 6dafc6b3e5
3 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module git.wit.org/jcarr/personal-gui
module git.wit.org/wit/wit-debian-gui
go 1.17

BIN
personal-gui Executable file

Binary file not shown.

View File

@ -7,7 +7,7 @@ import (
func mainWindow(w *gui.Node) *gui.Node {
if (w == nil) {
gui.Config.Title = "WIT Debian Control Panel"
gui.Config.Title = "WIT Debian Control Panel " + VERSION
gui.Config.Width = 101
gui.Config.Height = 101
w = gui.NewWindow()