1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 05:34:13 +00:00

Merge pull request #103 from eXthen/master

I guess write would be better
This commit is contained in:
astaxie 2013-07-25 06:28:10 -07:00
commit 6373379da6

2
log.go
View File

@ -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 {