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

3 uses

	gopkg.in/yaml.v2 (current package)
		encode.go#L169: 		e.stringv(tag, in)
		encode.go#L172: 			e.stringv(tag, reflect.ValueOf(iface.(time.Duration).String()))
		encode.go#L300: func (e *encoder) stringv(tag string, in reflect.Value) {