Skip to content

Commit 526e2ad

Browse files
committed
Update main.Version comment to conform to godoc convention.
1 parent 1170b65 commit 526e2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/jiralert/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
listenAddress = flag.String("listen-address", ":9097", "The address to listen on for HTTP requests.")
2323
configFile = flag.String("config", "config/jiralert.yml", "The JIRAlert configuration file")
2424

25-
// Build version, set by make to latest git tag via `-ldflags "-X main.Version=$(VERSION)"`.
25+
// Version is the build version, set by make to latest git tag/hash via `-ldflags "-X main.Version=$(VERSION)"`.
2626
Version = "<local build>"
2727
)
2828

0 commit comments

Comments
 (0)