From 4abbcced9bfaceda85a78f2199897bc891df5a93 Mon Sep 17 00:00:00 2001 From: Umberto Baldi Date: Thu, 30 Mar 2023 17:58:45 +0200 Subject: [PATCH] fix linter --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index e58662f63..303aadce8 100644 --- a/config/config.go +++ b/config/config.go @@ -16,6 +16,7 @@ package config import ( + // we need this for the config ini in this package _ "embed" "os"