type encoding/xml.Directive
8 uses
encoding/xml (current package)
marshal.go#L243: case Directive:
marshal.go#L259: func isValidDirective(dir Directive) bool {
xml.go#L116: type Directive []byte
xml.go#L119: func (d Directive) Copy() Directive { return Directive(makeCopy(d)) }
xml.go#L128: case Directive:
xml.go#L773: return Directive(d.buf.Bytes()), nil
![]() |
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. |