From a13c5db57c07b6f81ed4ad333c219966151ec30a Mon Sep 17 00:00:00 2001 From: Albert Salim Date: Wed, 10 Oct 2018 21:59:03 +0800 Subject: [PATCH] Fix typo in comment --- logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logger.go b/logger.go index 21f49ec..1c934ed 100644 --- a/logger.go +++ b/logger.go @@ -32,7 +32,7 @@ type Logger struct { mu MutexWrap // Reusable empty entry entryPool sync.Pool - // Function to exit the application, defaults to `osExit()` + // Function to exit the application, defaults to `os.Exit()` ExitFunc exitFunc }