From 35a206f7bdc667fc8abccbb0e62af85e23582a3d Mon Sep 17 00:00:00 2001 From: Nate Finch Date: Mon, 16 Jun 2014 06:57:35 -0400 Subject: [PATCH] update readme's godoc --- README.md | 2 -- 1 file changed, 2 deletions(-) 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 } ```