Skip to content

Commit 11c3252

Browse files
hyorimitsuccojocar
authored andcommittedMar 7, 2024··
Fix lint warnings
1 parent be378e6 commit 11c3252

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎import_tracker.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ import (
1919
"strings"
2020
)
2121

22-
var (
23-
versioningPackagePattern = regexp.MustCompile(`v[0-9]+$`)
24-
)
22+
var versioningPackagePattern = regexp.MustCompile(`v[0-9]+$`)
2523

2624
// ImportTracker is used to normalize the packages that have been imported
2725
// by a source file. It is able to differentiate between plain imports, aliased

0 commit comments

Comments
 (0)
Please sign in to comment.