diff options
| author | Jeff Carr <[email protected]> | 2019-05-23 00:12:18 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-23 00:12:18 -0700 |
| commit | cf9fe10d1eac590a60c4007f1ec5b33bf56c5c94 (patch) | |
| tree | 4c1001d42b67da1185c9815d95b6efa4cd745a27 /gui.go | |
| parent | 0ac47b65bd3fd8b367f814ba1a5fcaa24a7778fa (diff) | |
display golang build version & git commit
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ type GuiDataStructure struct { CurrentVM string MyArea *ui.Area Version string + GitCommit string + GoVersion string // stuff for the splash screen / setup tabs cloudWindow *ui.Window |
