commit | c79d87e5a69d9ccd5188f1519efcb2a55b5887ed | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon May 26 15:03:27 2025 +0200 |
committer | Akron <nils@diewald-online.de> | Mon May 26 15:03:27 2025 +0200 |
tree | 841807c9f50888100917249950ff2766859882d8 | |
parent | 74e1c070e47876dcff3eb07565563b8cd6dd6e31 [diff] [blame] |
Remove pkg subfolder
diff --git a/cmd/termmapper/main_test.go b/cmd/termmapper/main_test.go index 0387cc6..bd9f72e 100644 --- a/cmd/termmapper/main_test.go +++ b/cmd/termmapper/main_test.go
@@ -10,7 +10,7 @@ "path/filepath" "testing" - "github.com/KorAP/KoralPipe-TermMapper2/pkg/mapper" + "github.com/KorAP/KoralPipe-TermMapper2/mapper" "github.com/gofiber/fiber/v2" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require"