From 26f86e4c4ec9cb4f198d2d1a6805d8a37a9d7d89 Mon Sep 17 00:00:00 2001 From: Nate Finch Date: Mon, 16 Jun 2014 07:22:06 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd60bba..845cc97 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ type Logger struct { 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 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. +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 files are most recent in several situations. From 296e7b31f282e8c0c93d6d782c783e86f4368a64 Mon Sep 17 00:00:00 2001 From: Nate Finch Date: Mon, 16 Jun 2014 07:23:11 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 845cc97..a470ed2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ -# lumberjack [![GoDoc](https://godoc.org/github.com/natefinch/lumberjack?status.png)](https://godoc.org/github.com/natefinch/lumberjack) - -[![Build Status](https://travis-ci.org/natefinch/lumberjack.png)](https://travis-ci.org/natefinch/lumberjack) +# lumberjack [![GoDoc](https://godoc.org/github.com/natefinch/lumberjack?status.png)](https://godoc.org/github.com/natefinch/lumberjack) [![Build Status](https://travis-ci.org/natefinch/lumberjack.png)](https://travis-ci.org/natefinch/lumberjack) ### Lumberjack is a Go package for writing logs to rolling files.