We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b4294 commit 64beab7Copy full SHA for 64beab7
sample.go
@@ -59,7 +59,7 @@ func AttrOr(n *html.Node, attrName, or string) string {
59
return or
60
}
61
62
-// main
+// main function
63
func main() {
64
doc, err := html.Parse(strings.NewReader(feedbackHtml))
65
if err != nil {
0 commit comments