goq icon indicating copy to clipboard operation
goq copied to clipboard

A declarative struct-tag-based HTML unmarshaling or scraping package for Go built on top of the goquery library

Results 2 goq issues
Sort by recently updated
recently updated
newest added

Command: ``` GO111MODULE=on go get github.com/andrewstuart/[email protected] ``` Outputs: ``` go: finding github.com v1.0.0 go: finding github.com/andrewstuart v1.0.0 go: finding github.com/andrewstuart/goq v1.0.0 go: downloading github.com/andrewstuart/goq v1.0.0 go: extracting github.com/andrewstuart/goq v1.0.0 go...

I'm having an issue with selectors, and in general they're hard to deal with because they are not documented, neither here nor in GoQuery. I have this markup: ![image](https://user-images.githubusercontent.com/7872597/67419316-68134800-f5c4-11e9-8f71-e49bcc86a1bb.png) And...