better variable names

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-30 08:52:14 -07:00
parent c2406fee2b
commit 3aef1d97c7
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ func main() {
ipAAAA := lookupAAAA(hostname)
gui.Data.IPv6 = ipAAAA
gui.Data.Version = "v0.7"
gui.Data.Version = "v0.1a"
gui.Data.GitCommit = GITCOMMIT
gui.Data.GoVersion = GOVERSION
gui.Data.Buildtime = BUILDTIME
@ -167,7 +167,7 @@ func mainMouseClick(b *gui.ButtonMap) {
log.Println("mainMouseClick() b.Action =", b.Account)
spew.Dump(b.Account)
var wm *gui.WindowMap
var wm *gui.GuiWindow
wm = b.WM