html.go 102 B

123456789
  1. package render
  2. import (
  3. "net/html"
  4. )
  5. func renderHTML(node *html.Node) (string, error) {
  6. }