aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorGoogle Open Source <noreply+opensource@google.com>2018-06-05 17:15:02 -0400
committerChristopher Schmidt <crschmidt@google.com>2018-06-13 18:59:52 -0400
commitc0ffbc3d13d44249c6ee164666bdd511c53e5360 (patch)
tree1e138dea11af879ce38726a0b842c4fc2384f9ae /internal
parenta58473c20d6b41a69cf7d443d0bc7512c06c3651 (diff)
downloadlicenseclassifier-c0ffbc3d13d44249c6ee164666bdd511c53e5360.tar.gz
Don't upload the g3doc/ directory.
PiperOrigin-RevId: 199356063
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 (