2
0

Merge pull request #19 from tpot/patch-1

Update rotate_test.go to use v2 of project
This commit is contained in:
Nate Finch
2016-01-25 06:17:49 -05:00
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"os/signal" "os/signal"
"syscall" "syscall"
"github.com/natefinch/lumberjack" "gopkg.in/natefinch/lumberjack.v2"
) )
// Example of how to rotate in response to SIGHUP. // Example of how to rotate in response to SIGHUP.