type golang.org/x/net/html.writer
6 uses
golang.org/x/net/html (current package)
escape.go#L198: func escape(w writer, s string) error {
render.go#L15: type writer interface {
render.go#L46: if x, ok := w.(writer); ok {
render.go#L60: func render(w writer, n *Node) error {
render.go#L68: func render1(w writer, n *Node) error {
render.go#L238: func writeQuoted(w writer, s string) error {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |