Registry / networking / x-net
library0.56.0gogounverified

Package html provides functions for escaping and unescaping HTML text.

go get golang.org/x/net
INSTALL
IMPORT
SIG · X-NET
X
x-net
networkinggov0.56.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

html
golang.org/x/net/html

Parse and render HTML

package main import ( "strings" "golang.org/x/net/html" ) func main() { doc, _ := html.Parse(strings.NewReader("<html><body><p>Hello</p></body></html>")) html.Render(nil, doc) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.56.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
x-net — go get x-net · libregistry