Merge pull request #1649 from kevinburke/master
Make the AuditLogger example show up in the docs
This commit is contained in:
commit
4daf747a40
|
|
@ -83,7 +83,7 @@ func TestEmitEmpty(t *testing.T) {
|
|||
log.AuditNotice("")
|
||||
}
|
||||
|
||||
func ExampleErrors() {
|
||||
func ExampleAuditLogger() {
|
||||
audit := setup(nil)
|
||||
|
||||
audit.clk = clock.NewFake()
|
||||
|
|
|
|||
Loading…
Reference in New Issue