|
@@ -92,6 +92,19 @@ func resolve(tag string, in string) (rtag string, out interface{}) {
|
|
|
case "", rtag, yaml_STR_TAG, yaml_BINARY_TAG:
|
|
case "", rtag, yaml_STR_TAG, yaml_BINARY_TAG:
|
|
|
failf("cannot decode %s `%s` as a %s", shortTag(rtag), in, shortTag(tag))
|
|
failf("cannot decode %s `%s` as a %s", shortTag(rtag), in, shortTag(tag))
|