From 4b6b7a8eb92a1ec25050b3c007d9455142596d72 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Mon, 20 Nov 2023 22:05:02 -0800 Subject: [PATCH] fix lint --- logger.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logger.go b/logger.go index e02f011..62b9d3e 100644 --- a/logger.go +++ b/logger.go @@ -57,8 +57,8 @@ const ( Critical Fatal NoLevel - // Prefix for all config from environment, eg - // e.g NoTimestamp becomes LOGGER_NO_TIMESTAMP + // Prefix for all config from environment, + // e.g NoTimestamp becomes LOGGER_NO_TIMESTAMP. EnvPrefix = "LOGGER_" )