cardigann / go-cloudflare-scraper

A golang http.Transport layer that uses Otto to solve Cloudflare challenges
130 stars 77 forks source link

Fixed typo in NewClient() #15

Open memclutter opened 1 year ago

memclutter commented 1 year ago

After install this lib and run example from README.md a give error

# github.com/cardigann/go-cloudflare-scraper
../../../go/pkg/mod/github.com/cardigann/go-cloudflare-scraper@v0.0.0-20200425223932-91bd9b1006f2/cloudflare.go:35:32: scraper_transport.cookies undefined (type *Transport has no field or method cookies, but does have Cookies)

Fixed in my PR

JoydS commented 1 year ago

up