go.uber.org/zap/zapcore.EncoderConfig.LineEnding (field)
8 uses
go.uber.org/zap/zapcore (current package)
console_encoder.go#L128: line.AppendString(c.LineEnding)
encoder.go#L327: LineEnding string `json:"lineEnding" yaml:"lineEnding"`
json_encoder.go#L83: cfg.LineEnding = ""
json_encoder.go#L84: } else if cfg.LineEnding == "" {
json_encoder.go#L85: cfg.LineEnding = DefaultLineEnding
json_encoder.go#L426: final.buf.AppendString(final.LineEnding)
go.uber.org/zap
config.go#L133: LineEnding: zapcore.DefaultLineEnding,
config.go#L210: LineEnding: zapcore.DefaultLineEnding,
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |