Questions tagged [goquery]

A little like that j-thing, only in Go.

A little like that j-thing, only in Go. https://github.com/PuerkitoBio/goquery

76 questions
-3
votes
1 answer

Use goquery to extract text from html, but the result still contains html tag

I'm trying to use golang to extract the text from html, and I use the goquery library to do this. The code like below: document, err := goquery.NewDocumentFromReader(r) if err != nil { …
Bill
  • 84
  • 5
1 2 3 4 5
6