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

I guess write would be better

This commit is contained in:
eXthen 2013-07-25 19:04:26 +08:00
parent c2bb6b3068
commit ff11bcdb7c

2
log.go
View File

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