Skip to content

Commit f927d6e

Browse files
joeybloggsjoeybloggs
authored andcommitted
update tests for new format
1 parent a5ad9de commit f927d6e

File tree

5 files changed

+153
-372
lines changed

5 files changed

+153
-372
lines changed

examples/custom-handler/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (c *CustomHandler) Run() chan<- *log.Entry {
4747
}
4848

4949
fmt.Println(b.String())
50-
e.WG.Done() // done writing the entry
50+
e.Consumed() // done writing the entry
5151
}
5252

5353
}(ch)

0 commit comments

Comments
 (0)