commit | 2e6f1e34a97dda72cb0b3c937bb2369753567226 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Apr 15 11:28:45 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Apr 15 11:33:24 2020 -0700 |
tree | ae14a80ac226cd1d3e43bda818317186a2aea1d4 | |
parent | fa074993c066c0e43bddbee7210b3ab4f48a7540 [diff] [blame] |
Getting openonu go to work with latest rw-core master Change-Id: Iab3a1ec7de438cce8b865737d6f34447f1723298
diff --git a/vendor/gopkg.in/yaml.v2/yaml.go b/vendor/gopkg.in/yaml.v2/yaml.go index de85aa4..89650e2 100644 --- a/vendor/gopkg.in/yaml.v2/yaml.go +++ b/vendor/gopkg.in/yaml.v2/yaml.go
@@ -89,7 +89,7 @@ return unmarshal(in, out, true) } -// A Decorder reads and decodes YAML values from an input stream. +// A Decoder reads and decodes YAML values from an input stream. type Decoder struct { strict bool parser *parser