Remove duplicate comment (#227)
This commit is contained in:
parent
14dcf38e7d
commit
de5a95dced
1
event.go
1
event.go
|
@ -318,7 +318,6 @@ func (e *Event) Errs(key string, errs []error) *Event {
|
||||||
|
|
||||||
// Err adds the field "error" with serialized err to the *Event context.
|
// Err adds the field "error" with serialized err to the *Event context.
|
||||||
// If err is nil, no field is added.
|
// If err is nil, no field is added.
|
||||||
// To customize the key name, change zerolog.ErrorFieldName.
|
|
||||||
//
|
//
|
||||||
// To customize the key name, change zerolog.ErrorFieldName.
|
// To customize the key name, change zerolog.ErrorFieldName.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue