It's hard to help without some more information.

   - What have you tried?
   - Is your source a file on disk, a string in memory, or from an
   htttp.Response.Body?
   - What do you mean by "parse"?

In general, you can have a look at the html[1] library, which should have
everything you need. If you want something with greater abstraction check
out goquery[2].

[1] https://godoc.org/golang.org/x/net/html

[2] https://github.com/PuerkitoBio/goquery

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to