From 1f4ccae591bf6412877ac4e8f8116d617f1c2167 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 12 Jun 2020 18:44:26 +0000 Subject: [PATCH] version: remove comment about being unused. version.SHORT is now being used in various places. Signed-off-by: David Anderson --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 2af2ec022..c9f53f291 100644 --- a/version/version.go +++ b/version/version.go @@ -8,4 +8,4 @@ package version const LONG = "date.20200410" -const SHORT = LONG // TODO: unused; remove SHORT? Make it a func? +const SHORT = LONG