debug log
This commit is contained in:
parent
46a4d54df9
commit
ddd5f890f5
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ func main() {
|
|||
|
||||
go func() {
|
||||
for googleLink := range googleLinkStream {
|
||||
|
||||
log.Printf("Received job: %s ", googleLink.CompanyName)
|
||||
htmlRaw, url, err := utils.GetHTMLRaw(ctx, googleLink)
|
||||
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue