func gopkg.in/yaml.v2.yaml_emitter_check_simple_key

3 uses

	gopkg.in/yaml.v2 (current package)
		emitterc.go#L547: 	if !emitter.canonical && yaml_emitter_check_simple_key(emitter) {
		emitterc.go#L619: 	if yaml_emitter_check_simple_key(emitter) {
		emitterc.go#L764: func yaml_emitter_check_simple_key(emitter *yaml_emitter_t) bool {