2
0

update readme with godoc

This commit is contained in:
Nate Finch
2014-06-14 08:31:35 -04:00
parent 1c3db7d9ea
commit 814d136090
2 changed files with 154 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
// MaxSize: lumberjack.Gigabyte,
// Backups: 3,
// MaxAge: lumberjack.Week * 4,
// ))
// ))
//
// Note that lumberjack assumes whatever is writing to it will use locks to
// prevent concurrent writes. Lumberjack does not implement its own lock.