1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Migrate to go-enry new version (#10906)

This commit is contained in:
Lauris BH
2020-04-15 20:40:39 +03:00
committed by GitHub
parent 7a67bcc204
commit 4dc62dadce
65 changed files with 111849 additions and 102276 deletions

2
vendor/gopkg.in/yaml.v2/yaml.go generated vendored
View File

@@ -89,7 +89,7 @@ func UnmarshalStrict(in []byte, out interface{}) (err error) {
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