From df1476355fea589ea0991f8c1706e086b3008b5e Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 2 Feb 2023 18:55:39 +0100 Subject: [PATCH] cmd/antelope-api-healtcheck/main.go: Comment fix. --- cmd/antelope-api-healtcheck/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/antelope-api-healtcheck/main.go b/cmd/antelope-api-healtcheck/main.go index 695f591..ac6952f 100644 --- a/cmd/antelope-api-healtcheck/main.go +++ b/cmd/antelope-api-healtcheck/main.go @@ -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.