gopkg.in/yaml.v2.yaml_token_t.style (field)
8 uses
gopkg.in/yaml.v2 (current package)
parserc.go#L470: if (len(tag) == 0 && token.style == yaml_PLAIN_SCALAR_STYLE) || (len(tag) == 1 && tag[0] == '!') {
parserc.go#L487: style: yaml_style_t(token.style),
scannerc.go#L2250: style: yaml_LITERAL_SCALAR_STYLE,
scannerc.go#L2253: token.style = yaml_FOLDED_SCALAR_STYLE
scannerc.go#L2561: style: yaml_SINGLE_QUOTED_SCALAR_STYLE,
scannerc.go#L2564: token.style = yaml_DOUBLE_QUOTED_SCALAR_STYLE
scannerc.go#L2703: style: yaml_PLAIN_SCALAR_STYLE,
yamlh.go#L216: style yaml_scalar_style_t
![]() |
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. |