gopkg.in/yaml.v2.yaml_emitter_t.whitespace (field)
17 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L299: emitter.whitespace = true
emitterc.go#L1206: if !emitter.indention || emitter.column > indent || (emitter.column == indent && !emitter.whitespace) {
emitterc.go#L1216: emitter.whitespace = true
emitterc.go#L1222: if need_whitespace && !emitter.whitespace {
emitterc.go#L1230: emitter.whitespace = is_whitespace
emitterc.go#L1240: emitter.whitespace = false
emitterc.go#L1246: if !emitter.whitespace {
emitterc.go#L1254: emitter.whitespace = false
emitterc.go#L1260: if need_whitespace && !emitter.whitespace {
emitterc.go#L1308: emitter.whitespace = false
emitterc.go#L1314: if !emitter.whitespace {
emitterc.go#L1361: emitter.whitespace = false
emitterc.go#L1424: emitter.whitespace = false
emitterc.go#L1545: emitter.whitespace = false
emitterc.go#L1603: emitter.whitespace = true
emitterc.go#L1641: emitter.whitespace = true
yamlh.go#L697: whitespace bool // If the last character was a whitespace?
![]() |
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. |