func golang.org/x/net/html.writeQuoted
4 uses
golang.org/x/net/html (current package)
render.go#L116: if err := writeQuoted(w, p); err != nil {
render.go#L123: if err := writeQuoted(w, s); err != nil {
render.go#L131: if err := writeQuoted(w, s); err != nil {
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. |