This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
servitor
mirror of
https://github.com/BentonEdmondson/servitor.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
13d8e7575b
Branches
Tags
main
v3
v2
v1
servitor
/
render
/
html.go
html.go
102 B
History
Raw
1
2
3
4
5
6
7
8
9
package
render
import
(
"net/html"
)
func
renderHTML
(node *html.Node)
(
string
, error)
{
}