2
0

Update README.md

This commit is contained in:
Nate Finch
2014-06-16 07:22:06 -04:00
parent 20a6506830
commit 26f86e4c4e
+1 -1
View File
@@ -79,7 +79,7 @@ type Logger struct {
Logger is an io.WriteCloser that writes to a log file in the given directory Logger is an io.WriteCloser that writes to a log file in the given directory
with the given NameFormat. NameFormat should include a time formatting with the given NameFormat. NameFormat should include a time formatting
layout in it that produces a valid unique filename for the OS. For more layout in it that produces a valid unique filename for the OS. For more
about time formatting layouts, read a href="http://golang.org/pkg/time/#pkg-constants">http://golang.org/pkg/time/#pkg-constants</a>. about time formatting layouts, read a http://golang.org/pkg/time/#pkg-constants.
The date encoded in the filename by NameFormat is used to determine which log The date encoded in the filename by NameFormat is used to determine which log
files are most recent in several situations. files are most recent in several situations.