Merge pull request #1649 from kevinburke/master

Make the AuditLogger example show up in the docs
This commit is contained in:
Jacob Hoffman-Andrews 2016-03-26 10:54:06 -07:00
commit 4daf747a40
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func TestEmitEmpty(t *testing.T) {
log.AuditNotice("")
}
func ExampleErrors() {
func ExampleAuditLogger() {
audit := setup(nil)
audit.clk = clock.NewFake()