Exemple #1
0
func removeHtmlCommentsFrom(doc *goquery.Document) {
	doc.FindMatcher(commentMatcher{}).Remove()
}