Commit 6373379d authored by astaxie's avatar astaxie

Merge pull request #103 from eXthen/master

I guess write would be better
parents 259617f6 ff11bcdb
...@@ -32,7 +32,7 @@ type FileLogWriter struct { ...@@ -32,7 +32,7 @@ type FileLogWriter struct {
rotate bool 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 { type MuxWriter struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment