I guess write would be better
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -32,7 +32,7 @@ type FileLogWriter struct { | ... | @@ -32,7 +32,7 @@ type FileLogWriter struct { |
| 32 | 32 | ||
| 33 | rotate bool | 33 | rotate bool |
| 34 | 34 | ||
| 35 | startLock sync.Mutex //only one log can write to the file | 35 | startLock sync.Mutex // Only one log can write to the file |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | type MuxWriter struct { | 38 | type MuxWriter struct { | ... | ... |
-
Please register or sign in to post a comment