func gopkg.in/yaml.v2.resolve

3 uses

	gopkg.in/yaml.v2 (current package)
		decode.go#L418: 		tag, resolved = resolve(n.tag, n.value)
		encode.go#L320: 		rtag, _ := resolve("", s)
		resolve.go#L86: func resolve(tag string, in string) (rtag string, out interface{}) {