better variable names
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
c2406fee2b
commit
3aef1d97c7
4
main.go
4
main.go
|
@ -120,7 +120,7 @@ func main() {
|
||||||
ipAAAA := lookupAAAA(hostname)
|
ipAAAA := lookupAAAA(hostname)
|
||||||
gui.Data.IPv6 = ipAAAA
|
gui.Data.IPv6 = ipAAAA
|
||||||
|
|
||||||
gui.Data.Version = "v0.7"
|
gui.Data.Version = "v0.1a"
|
||||||
gui.Data.GitCommit = GITCOMMIT
|
gui.Data.GitCommit = GITCOMMIT
|
||||||
gui.Data.GoVersion = GOVERSION
|
gui.Data.GoVersion = GOVERSION
|
||||||
gui.Data.Buildtime = BUILDTIME
|
gui.Data.Buildtime = BUILDTIME
|
||||||
|
@ -167,7 +167,7 @@ func mainMouseClick(b *gui.ButtonMap) {
|
||||||
log.Println("mainMouseClick() b.Action =", b.Account)
|
log.Println("mainMouseClick() b.Action =", b.Account)
|
||||||
spew.Dump(b.Account)
|
spew.Dump(b.Account)
|
||||||
|
|
||||||
var wm *gui.WindowMap
|
var wm *gui.GuiWindow
|
||||||
|
|
||||||
wm = b.WM
|
wm = b.WM
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue