gopkg.in/yaml.v2.yaml_parser_t.problem (field)
8 uses
gopkg.in/yaml.v2 (current package)
decode.go#L92: p.parser.problem = fmt.Sprintf("expected %s event but got %s", e, p.event.typ)
decode.go#L127: if len(p.parser.problem) > 0 {
decode.go#L128: msg = p.parser.problem
parserc.go#L78: parser.problem = problem
parserc.go#L87: parser.problem = problem
readerc.go#L10: parser.problem = problem
scannerc.go#L604: parser.problem = problem
yamlh.go#L531: problem string // Error description.
![]() |
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. |