From 957251391809236bd867d6eabee8206addd6fa3e Mon Sep 17 00:00:00 2001 From: Tommi2Day Date: Mon, 24 Jun 2024 18:18:44 +0200 Subject: [PATCH] fix linter issue --- test/testinit.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/testinit.go b/test/testinit.go index 1ab300e..dd9006b 100644 --- a/test/testinit.go +++ b/test/testinit.go @@ -3,10 +3,11 @@ package test // https://intellij-support.jetbrains.com/hc/en-us/community/posts/360009685279-Go-test-working-directory-keeps-changing-to-dir-of-the-test-file-instead-of-value-in-template import ( - log "github.com/sirupsen/logrus" "os" "path" "runtime" + + log "github.com/sirupsen/logrus" ) // TestDir working dir for test