type encoding/xml.Directive
8 uses
encoding/xml (current package)
marshal.go#L253: case Directive:
marshal.go#L269: func isValidDirective(dir Directive) bool {
xml.go#L107: type Directive []byte
xml.go#L110: func (d Directive) Copy() Directive { return Directive(bytes.Clone(d)) }
xml.go#L119: case Directive:
xml.go#L778: return Directive(d.buf.Bytes()), nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)