chore: fixed imports and function signatures

This commit is contained in:
Slug-Boi
2024-10-24 21:11:24 +02:00
parent 135d02dec1
commit def99f602f
8 changed files with 57 additions and 12 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package utils_test
import (
"main/src_code/go_src/cmd/utils"
"github.com/Slug-Boi/cocommit/src_code/go_src/cmd/utils"
"os"
"testing"
)