We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece44c9 commit c889e3eCopy full SHA for c889e3e
scanlocal.go
@@ -24,7 +24,6 @@ type scanResult struct {
24
25
// var
26
var (
27
- configFileChan = make(chan string, 25)
28
urlCollectChan = make(chan *scanResult, 100)
29
feeder, collect, confWorker sync.WaitGroup
30
)
0 commit comments