aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/commentparser/comment_parser.go2
-rw-r--r--internal/commentparser/comment_parser_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/commentparser/comment_parser.go b/internal/commentparser/comment_parser.go
index 6c681f3..3871b06 100644
--- a/internal/commentparser/comment_parser.go
+++ b/internal/commentparser/comment_parser.go
@@ -24,7 +24,7 @@ import (
"strings"
"unicode/utf8"
- "github.com/google/licenseclassifier/internal/commentparser/language"
+ "github.com/google/licenseclassifier/internal/commentparser/language/language"
)
const (
diff --git a/internal/commentparser/comment_parser_test.go b/internal/commentparser/comment_parser_test.go
index 3eaa7ba..961ceb7 100644
--- a/internal/commentparser/comment_parser_test.go
+++ b/internal/commentparser/comment_parser_test.go
@@ -18,7 +18,7 @@ import (
"reflect"
"testing"
- "github.com/google/licenseclassifier/internal/commentparser/language"
+ "github.com/google/licenseclassifier/internal/commentparser/language/language"
)
const (