mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
11 lines
344 B
Go
11 lines
344 B
Go
package keel
|
|
|
|
var (
|
|
// Version usage -ldflags "-X github.com/foomo/keel/server.Version=$VERSION"
|
|
Version string
|
|
// GitCommit usage -ldflags "-X github.com/foomo/keel/server.GitCommit=$GIT_COMMIT"
|
|
GitCommit string
|
|
// BuildTime usage -ldflags "-X 'github.com/foomo/keel/server.BuildTime=$(date -u '+%Y-%m-%d %H:%M:%S')'"
|
|
BuildTime string
|
|
)
|