()
| 195 | } |
| 196 | |
| 197 | func (e YAMLSyntaxError) Error() string { |
| 198 | return e.err.Error() |
| 199 | } |
| 200 | |
| 201 | // NewYAMLOrJSONDecoder returns a decoder that will process YAML documents |
| 202 | // or JSON documents from the given reader as a stream. bufferSize determines |