mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
nolint
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
//nolint:gochecknoinits // this flag var needs a small refactor to avoid the use of the init function
|
||||
func init() {
|
||||
Ports = make(map[int]struct{})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user