func gopkg.in/yaml.v2.yaml_simple_key_is_valid
3 uses
gopkg.in/yaml.v2 (current package)
scannerc.go#L635: } else if valid, ok := yaml_simple_key_is_valid(parser, &parser.simple_keys[head_tok_idx]); !ok {
scannerc.go#L822: func yaml_simple_key_is_valid(parser *yaml_parser_t, simple_key *yaml_simple_key_t) (valid, ok bool) {
scannerc.go#L1283: if valid, ok := yaml_simple_key_is_valid(parser, simple_key); !ok {
 |
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. |