Skip to content

Commit

Permalink
Merge pull request #66 from edoardottt/devel
Browse files Browse the repository at this point in the history
nolint colly visit
  • Loading branch information
edoardottt authored May 4, 2022
2 parents adcfc37 + e6c66b5 commit b5fc6d7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions crawler/colly.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ package crawler

import (
"fmt"
"log"
"os"
"regexp"
"strconv"
Expand Down Expand Up @@ -179,8 +178,6 @@ func SpawnCrawler(target string, scheme string, ignore []string, dirs map[string
}
}
})
err := c.Visit(scheme + "://" + target)
if err != nil {
log.Fatal(err)
}
//nolint // ignore err
c.Visit(scheme + "://" + target)
}

0 comments on commit b5fc6d7

Please sign in to comment.