示例#1
0
文件: article.go 项目: frankMilde/rol
func removeHtmlCommentsFrom(doc *goquery.Document) {
	doc.FindMatcher(commentMatcher{}).Remove()
}