1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-23 03:24:13 +00:00

Update log.go

This commit is contained in:
eXthen 2013-07-25 18:57:40 +08:00
parent 259617f68d
commit c2bb6b3068

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 {