From 5836f20e7021a0ed0f4e1eaa21dc5bc5319c84bc Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 4 Apr 2021 22:12:20 +0200 Subject: [PATCH] Lint: Fix at end of string Signed-off-by: Knut Ahlers --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 7ab839f..709e6cd 100644 --- a/main.go +++ b/main.go @@ -166,8 +166,7 @@ following website: https://luzifer.github.io/twitch-bot/ You will be guided through the token generation and can afterwards -provide the required configuration parameters. -`) +provide the required configuration parameters.`) return errors.New(strings.Join(errs, ", ")) }