diff --git a/README.md b/README.md index 6c1a59e..e837af0 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,6 @@ type Logger struct { // LocalTime determines if the time used for formatting the filename is the // computer's local time. The default is to use UTC time. LocalTime bool `json:"localtime" yaml:"localtime"` - - sync.Mutex // contains filtered or unexported fields } ```