Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hyorimitsu committed Mar 7, 2024
1 parent 6572603 commit 7d6383e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions import_tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ import (
"strings"
)

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

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

0 comments on commit 7d6383e

Please sign in to comment.