From c2bb6b30688f0277d5f8d77576bbee4e882a9afe Mon Sep 17 00:00:00 2001 From: eXthen Date: Thu, 25 Jul 2013 18:57:40 +0800 Subject: [PATCH] Update log.go --- log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.go b/log.go index ef3bc958..cd0af2d4 100644 --- a/log.go +++ b/log.go @@ -32,7 +32,7 @@ type FileLogWriter struct { rotate bool - startLock sync.Mutex //only one log can writer to the file + startLock sync.Mutex //only one log can write to the file } type MuxWriter struct {