예제 #1
0
파일: article.go 프로젝트: frankMilde/rol
func removeHtmlCommentsFrom(doc *goquery.Document) {
	doc.FindMatcher(commentMatcher{}).Remove()
}