2
0

Use gopkg.in provider instead of github

This commit is contained in:
Tim Potter
2016-01-25 15:57:12 +11:00
parent 3cfd7a4e74
commit 5bae0dc0e2
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"os/signal"
"syscall"
"github.com/natefinch/lumberjack.v2"
"gopkg.in/natefinch/lumberjack.v2"
)
// Example of how to rotate in response to SIGHUP.