gopkg.in/yaml.v2.Decoder.strict (field)

3 uses

	gopkg.in/yaml.v2 (current package)
		yaml.go#L94: 	strict bool
		yaml.go#L111: 	dec.strict = strict
		yaml.go#L120: 	d := newDecoder(dec.strict)