encoding/xml.printer.indent (field)
5 uses
encoding/xml (current package)
marshal.go#L152: enc.p.indent = indent
marshal.go#L307: indent string
marshal.go#L967: if len(p.prefix) == 0 && len(p.indent) == 0 {
marshal.go#L986: if len(p.indent) > 0 {
marshal.go#L988: p.WriteString(p.indent)
![]() |
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. |