Skip to content
This repository was archived by the owner on Jan 21, 2019. It is now read-only.

Commit 40c8ea0

Browse files
committed
var comment
1 parent 5c0b74a commit 40c8ea0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

main.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@ import (
1414
"time"
1515
)
1616

17-
// App params
17+
// Version is a current git commit hash and tag
18+
// Injected by compilation flag
1819
var Version = "Unknown"
20+
21+
// BuildNumber is a current commit hash
22+
// Injected by compilation flag
1923
var BuildNumber = "Unknown"
24+
25+
// BuildDate is a date of build
26+
// Injected by compilation flag
2027
var BuildDate = "Unknown"
2128

2229
// HTTP connection params

0 commit comments

Comments
 (0)