2
0

update readme's godoc

This commit is contained in:
Nate Finch
2014-06-16 06:57:35 -04:00
parent 6412f2cf51
commit 35a206f7bd
-2
View File
@@ -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
}
```