1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

builtat build flag a var rather than a computed value

This commit is contained in:
Chris Cummer 2018-05-07 05:33:18 -07:00
parent b5e88d5c16
commit 780dd51ce7

2
wtf.go
View File

@ -138,7 +138,7 @@ var Widgets []wtf.TextViewer
var result = wtf.CreateConfigDir()
var (
builtat = time.Now().Format(wtf.TimestampFormat)
builtat = "dev"
version = "dev"
)