const gopkg.in/yaml.v2.yaml_BLOCK_SEQUENCE_START_TOKEN
4 uses
gopkg.in/yaml.v2 (current package)
parserc.go#L521: if block && token.typ == yaml_BLOCK_SEQUENCE_START_TOKEN {
scannerc.go#L1206: if !yaml_parser_roll_indent(parser, parser.mark.column, -1, yaml_BLOCK_SEQUENCE_START_TOKEN, parser.mark) {
yamlh.go#L124: yaml_BLOCK_SEQUENCE_START_TOKEN // A BLOCK-SEQUENCE-START token.
yamlh.go#L160: case yaml_BLOCK_SEQUENCE_START_TOKEN:
![]() |
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. |