func gopkg.in/yaml.v2.failf
14 uses
gopkg.in/yaml.v2 (current package)
decode.go#L89: failf("attempted to go past the end of stream; corrupted value?")
decode.go#L132: failf("%s%s", where, msg)
decode.go#L185: failf("unknown anchor '%s' referenced", n.value)
decode.go#L356: failf("document contains excessive aliasing")
decode.go#L393: failf("anchor '%s' value contains itself", n.value)
decode.go#L422: failf("!!binary value contains invalid base64 data")
decode.go#L594: failf("invalid array: want %d elements but got %d", out.Len(), l)
decode.go#L673: failf("invalid map key: %#v", k.Interface())
decode.go#L783: failf("map merge requires map or sequence of maps as the value")
encode.go#L85: failf("%s", msg)
encode.go#L307: failf("explicitly tagged !!binary data must be base64-encoded")
encode.go#L310: failf("cannot marshal invalid UTF-8 data as %s", shortTag(tag))
resolve.go#L109: failf("cannot decode %s `%s` as a %s", shortTag(rtag), in, shortTag(tag))
yaml.go#L262: func failf(format string, args ...interface{}) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |