1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: internal/source/meta-tags.go
Insertions: 2, Deletions: 2.
@@ -102,9 +102,9 @@
repoSubdir := ""
switch len(fields) {
case 3:
- // go-import meta tag support minimum 3 fields (root-path vcs repo-url).
+ // go-import meta tag supports a minimum of 3 fields (root-path vcs repo-url).
case 4:
- // go-import meta tag support minimum 3 fields (root-path vcs repo-url), and additionally "subdirectory" field since Go 1.25.
+ // go-import meta tag supports a minimum of 3 fields (root-path vcs repo-url), and additionally "subdirectory" field since Go 1.25.
repoSubdir = fields[3]
default:
errorMessage = "go-import meta tag content attribute does not have three or four fields"
```
internal/source: clean up redundancies and typos after CL 708175
Remove redundant assignment of repoSubdir and redundant break in
switch statement in internal/source/meta-tags.go.
Fix typos in comments ("minium" -> "minimum").
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |