We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0db00 commit 9f753b8Copy full SHA for 9f753b8
1 file changed
internal/app/keyword_scan.go
@@ -49,7 +49,6 @@ func ScanAndPrintResult(client *http.Client, repo RepoSearchResult) {
49
return
50
}
51
defer SearchWaitGroup.Done()
52
- var resultString string
53
if !GetFlags().FastMode {
54
base := GetRawURLForSearchResult(repo)
55
0 commit comments