mirror of
https://github.com/Kori1c/ecs-controller.git
synced 2026-09-07 00:18:14 +08:00
10 lines
234 B
Go
10 lines
234 B
Go
package app
|
|
|
|
// These values are replaced by Docker builds through -ldflags. Keeping the
|
|
// defaults useful makes local `go run` builds explicit about their status.
|
|
var (
|
|
Version = "dev"
|
|
Commit = "dev"
|
|
BuildDate = "unknown"
|
|
)
|