buildtime debugging
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
83e8db1aac
commit
5b8660e989
|
@ -39,6 +39,10 @@ func ShowSplashBox(vbox *ui.Box, atest chan int, custom func(int, string)) *ui.B
|
|||
tmp := "go build version: " + Data.GoVersion
|
||||
newbox.Append(ui.NewLabel(tmp), false)
|
||||
}
|
||||
if (Data.Buildtime != "") {
|
||||
tmp := "build date: " + Data.Buildtime
|
||||
newbox.Append(ui.NewLabel(tmp), false)
|
||||
}
|
||||
}
|
||||
|
||||
okButton := CreateButton("OK", "DONE", custom)
|
||||
|
|
Loading…
Reference in New Issue