const gopkg.in/yaml.v2.yaml_UTF8_ENCODING
7 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L280: emitter.encoding = yaml_UTF8_ENCODING
emitterc.go#L302: if emitter.encoding != yaml_UTF8_ENCODING {
encode.go#L59: yaml_stream_start_event_initialize(&e.event, yaml_UTF8_ENCODING)
readerc.go#L46: parser.encoding = yaml_UTF8_ENCODING
readerc.go#L50: parser.encoding = yaml_UTF8_ENCODING
readerc.go#L159: case yaml_UTF8_ENCODING:
yamlh.go#L27: yaml_UTF8_ENCODING // The default UTF-8 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. |