fix: linter

This commit is contained in:
2026-03-23 16:19:17 +03:00
parent 14ef3cf2c5
commit 23121a4741
9 changed files with 100 additions and 101 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
package generator
import (
"github.com/edmand46/arpack/parser"
"os"
"os/exec"
"path/filepath"
"strings"
"testing"
"github.com/edmand46/arpack/parser"
)
const samplePath = "../testdata/sample.go"