gopkg.in/yaml.v2.encoder.emitter (field)
11 uses
gopkg.in/yaml.v2 (current package)
encode.go#L30: emitter yaml_emitter_t
encode.go#L41: yaml_emitter_initialize(&e.emitter)
encode.go#L42: yaml_emitter_set_output_string(&e.emitter, &e.out)
encode.go#L43: yaml_emitter_set_unicode(&e.emitter, true)
encode.go#L49: yaml_emitter_initialize(&e.emitter)
encode.go#L50: yaml_emitter_set_output_writer(&e.emitter, w)
encode.go#L51: yaml_emitter_set_unicode(&e.emitter, true)
encode.go#L65: e.emitter.open_ended = false
encode.go#L71: yaml_emitter_delete(&e.emitter)
encode.go#L76: e.must(yaml_emitter_emit(&e.emitter, &e.event))
encode.go#L81: msg := e.emitter.problem
![]() |
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. |