diff --git a/log.go b/log.go index cd0af2d4..7e0e84b2 100644 --- a/log.go +++ b/log.go @@ -32,7 +32,7 @@ type FileLogWriter struct { rotate bool - startLock sync.Mutex //only one log can write to the file + startLock sync.Mutex // Only one log can write to the file } type MuxWriter struct {