Skip to content

Commit f2854d4

Browse files
authored
Update shrewdeye.go
1 parent 07e8bda commit f2854d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/subscraping/sources/shrewdeye/shrewdeye.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func (s *Source) processResponse(resp *http.Response, session *subscraping.Sessi
126126
}
127127
}
128128

129-
// emitResult sends a successful subdomain result
129+
// emitResult emits a successful subdomain result
130130
func (s *Source) emitResult(results chan<- subscraping.Result, subdomain string) {
131131
results <- subscraping.Result{
132132
Source: s.Name(),
@@ -178,4 +178,4 @@ func (s *Source) Statistics() subscraping.Statistics {
178178
Results: s.results,
179179
TimeTaken: s.timeTaken,
180180
}
181-
}
181+
}

0 commit comments

Comments
 (0)