diff options
| author | Jeff Carr <[email protected]> | 2019-05-24 00:20:59 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-24 00:20:59 -0700 |
| commit | 5b8660e989081d9f2fc6ab5926da2c9d65b871aa (patch) | |
| tree | 7570f44dae92d2af4b6454f5c83314d4cc42ef54 | |
| parent | 83e8db1aacb2cb2192e099e1f297575e1c9f1ecb (diff) | |
buildtime debugging
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | splash.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
