mirror of
https://github.com/astaxie/beego.git
synced 2025-04-29 21:26:52 +00:00
Merge pull request #103 from eXthen/master
I guess write would be better
This commit is contained in:
commit
6373379da6
2
log.go
2
log.go
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user