Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Jun 24, 2024
1 parent b8e7f04 commit 9572513
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/testinit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9572513

Please sign in to comment.