Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created June 10, 2019 15:44
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/6ec0f46768917c9bbe6b4311a65538c7 to your computer and use it in GitHub Desktop.
Save mottet-dev/6ec0f46768917c9bbe6b4311a65538c7 to your computer and use it in GitHub Desktop.
Basic Collector
package main
import "github.com/gocolly/colly"
func main() {
c := colly.NewCollector()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment