mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
build: fix goreleaser, include optional builder name
builder name shows up in about section again, as does the build time.
This commit is contained in:
@@ -25,7 +25,6 @@ const (
|
||||
repo = "jfa-go"
|
||||
)
|
||||
|
||||
var buildTimeUnix string
|
||||
var buildTime time.Time = func() time.Time {
|
||||
i, _ := strconv.ParseInt(buildTimeUnix, 10, 64)
|
||||
return time.Unix(i, 0)
|
||||
|
||||
Reference in New Issue
Block a user