Ruben Sanchez

Results 1 comments of Ruben Sanchez

I think this is because you are not importing the `v2` of `debug`, so to speak: ``` import ( "github.com/gocolly/colly/v2" "github.com/gocolly/colly/v2/debug" ) ``` I am not getting that error doing...