1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

cmd/antelope-api-healtcheck/main.go: Comment fix.

This commit is contained in:
Henrik Hautakoski 2023-02-02 18:55:39 +01:00
parent 4cdae2d3f1
commit df1476355f
No known key found for this signature in database
GPG key ID: 217490840C18A5D9

View file

@ -26,7 +26,7 @@ var (
// ---------------------------------------------------------
// Version string, should be updated by the go linker (by passing "-X main.VersionString=value" to the linker)
// see: https://pkg.go.dev/cmd/link and
// see: https://pkg.go.dev/cmd/link
var VersionString string = "-"
// File descriptor to the current log file.