Golang x/net

From wikinotes
Revision as of 12:41, 10 July 2022 by Will (talk | contribs)

The official library for parsing HTML.
It is not shipped with go's standard library, but it is maintained by the go developers.

Documentation

official docs https://pkg.go.dev/golang.org/x/net/html

Install

go get golang.org/x/net