gopkg.in/yaml.v2.yaml_emitter_t.encoding (field)
8 uses
gopkg.in/yaml.v2 (current package)
apic.go#L131: if emitter.encoding != yaml_ANY_ENCODING {
apic.go#L134: emitter.encoding = encoding
emitterc.go#L277: if emitter.encoding == yaml_ANY_ENCODING {
emitterc.go#L278: emitter.encoding = event.encoding
emitterc.go#L279: if emitter.encoding == yaml_ANY_ENCODING {
emitterc.go#L280: emitter.encoding = yaml_UTF8_ENCODING
emitterc.go#L302: if emitter.encoding != yaml_UTF8_ENCODING {
yamlh.go#L666: encoding yaml_encoding_t // The stream encoding.
![]() |
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. |