mirror of
https://github.com/acaloiaro/ess
synced 2026-07-21 10:12:19 +00:00
fix: builds not using ldflags
This commit is contained in:
parent
f6c589e531
commit
7044f82906
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -22,7 +22,7 @@ import (
|
|||
var (
|
||||
version = "dev"
|
||||
commit = "none"
|
||||
date = time.Now().Format(time.RFC822)
|
||||
date = time.Now().Format(time.RFC3339)
|
||||
)
|
||||
|
||||
type exampleFlag map[string]string
|
||||
|
|
|
|||
Loading…
Reference in a new issue