Skip to content

Commit

Permalink
Merge pull request natefinch#19 from tpot/patch-1
Browse files Browse the repository at this point in the history
Update rotate_test.go to use v2 of project
  • Loading branch information
natefinch committed Jan 25, 2016
2 parents 600ceb4 + 5bae0dc commit 514cbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rotate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os/signal"
"syscall"

"github.com/natefinch/lumberjack"
"gopkg.in/natefinch/lumberjack.v2"
)

// Example of how to rotate in response to SIGHUP.
Expand Down

0 comments on commit 514cbda

Please sign in to comment.