fix: package name

This commit is contained in:
2026-03-23 09:47:14 +03:00
parent 6c307ffaa1
commit 5b5d160cf2
10 changed files with 23 additions and 83 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ package e2e
import (
"bytes"
"edmand46/arpack/generator"
"edmand46/arpack/parser"
"github.com/edmand46/arpack/generator"
"github.com/edmand46/arpack/parser"
"fmt"
"math"
"os"