mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Fix lint warnings
This commit is contained in:
parent
be378e682f
commit
11c32522c5
1 changed files with 1 additions and 3 deletions
|
@ -19,9 +19,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var versioningPackagePattern = regexp.MustCompile(`v[0-9]+$`)
|
||||||
versioningPackagePattern = regexp.MustCompile(`v[0-9]+$`)
|
|
||||||
)
|
|
||||||
|
|
||||||
// ImportTracker is used to normalize the packages that have been imported
|
// ImportTracker is used to normalize the packages that have been imported
|
||||||
// by a source file. It is able to differentiate between plain imports, aliased
|
// by a source file. It is able to differentiate between plain imports, aliased
|
||||||
|
|
Loading…
Reference in a new issue