gopkg.in/yaml.v2.encoder.marshalDoc (method)

3 uses

	gopkg.in/yaml.v2 (current package)
		encode.go#L89: func (e *encoder) marshalDoc(tag string, in reflect.Value) {
		yaml.go#L203: 	e.marshalDoc("", reflect.ValueOf(in))
		yaml.go#L232: 	e.encoder.marshalDoc("", reflect.ValueOf(v))