package parser import ( "bytes" "golang.org/x/net/html" ) // stripHTMLHeaderFooter removes
/