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.