Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created June 11, 2019 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mottet-dev/296727b2e9500b939131d788bf20ae03 to your computer and use it in GitHub Desktop.
Save mottet-dev/296727b2e9500b939131d788bf20ae03 to your computer and use it in GitHub Desktop.
Paralellism - Go Colly Advanced
func main() {
c := colly.NewCollector(
colly.Async(true),
)
// ...
c.Wait()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment