We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4dbf3 commit a855dceCopy full SHA for a855dce
internal/source/meta-tags.go
@@ -103,6 +103,7 @@ metaScan:
103
switch len(fields) {
104
case 3:
105
// go-import meta tag support minium 3 fields (root-path vcs repo-url).
106
+ break // good to proceed
107
case 4:
108
// go-import meta tag support minium 3 fields (root-path vcs repo-url), and additionally "subdirectory" field since Go 1.25.
109
repoSubdir = fields[3]
0 commit comments