コード例 #1
0
ファイル: article.go プロジェクト: frankMilde/rol
func removeHtmlCommentsFrom(doc *goquery.Document) {
	doc.FindMatcher(commentMatcher{}).Remove()
}