diff --git a/log.go b/log.go index ef3bc958..7e0e84b2 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 {