This commit is contained in:
Víctor Zamanillo
2020-09-26 22:03:39 +02:00
parent df0ed1e092
commit 8ffa698fff
+1
View File
@@ -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{})
}