2
0

Update rotate_test.go to use v2 of project

Hi there.  I thought it would be nice for the rotate example to use v2 of the package.
This commit is contained in:
Tim Potter
2016-01-25 15:19:09 +11:00
parent 600ceb4523
commit 3cfd7a4e74
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"os/signal"
"syscall"
"github.com/natefinch/lumberjack"
"github.com/natefinch/lumberjack.v2"
)
// Example of how to rotate in response to SIGHUP.